fitbit-frosted/common/characters.js

64 lines
622 B
JavaScript

export const charwidth = 3;
export const charheight = 5;
export const numbers = [[
[1,1,1],
[1,0,1],
[1,0,1],
[1,0,1],
[1,1,1]
], [
[0,1,1],
[0,0,1],
[0,0,1],
[0,0,1],
[0,0,1]
], [
[1,1,1],
[0,0,1],
[1,1,1],
[1,0,0],
[1,1,1]
], [
[1,1,1],
[0,0,1],
[0,1,1],
[0,0,1],
[1,1,1]
], [
[1,0,1],
[1,0,1],
[1,1,1],
[0,0,1],
[0,0,1]
], [
[1,1,1],
[1,0,0],
[1,1,1],
[0,0,1],
[1,1,1]
], [
[1,1,1],
[1,0,0],
[1,1,1],
[1,0,1],
[1,1,1]
], [
[1,1,1],
[0,0,1],
[0,0,1],
[0,0,1],
[0,0,1]
], [
[1,1,1],
[1,0,1],
[1,1,1],
[1,0,1],
[1,1,1]
], [
[1,1,1],
[1,0,1],
[1,1,1],
[0,0,1],
[0,0,1]
]];