108 lines
5.2 KiB
C
108 lines
5.2 KiB
C
#ifndef FontMatrise_h
|
||
#define FontMatrise_h
|
||
|
||
const uint8_t MatriseFontData[] = {
|
||
4, // Font Width
|
||
5, // Font Height
|
||
32, // Font First Character
|
||
127,// Font Last Character
|
||
0x00,0x00,0x00,0x00,0x00, // Code for char
|
||
0x60,0x60,0x60,0x00,0x60, // Code for char !
|
||
0x50,0x50,0xa0,0x00,0x00, // Code for char "
|
||
0x50,0xf0,0x50,0xf0,0x50, // Code for char #
|
||
0x70,0xa0,0x60,0x30,0x60, // Code for char $
|
||
0x90,0x30,0x60,0xc0,0x90, // Code for char %
|
||
0x60,0x80,0x50,0xa0,0xd0, // Code for char &
|
||
0x20,0x20,0x00,0x00,0x00, // Code for char '
|
||
0x20,0x40,0x40,0x40,0x20, // Code for char (
|
||
0x40,0x20,0x20,0x20,0x40, // Code for char )
|
||
0x90,0x60,0xf0,0x60,0x90, // Code for char *
|
||
0x00,0x00,0x40,0xe0,0x40, // Code for char +
|
||
0x00,0x00,0x00,0x20,0x40, // Code for char ,
|
||
0x00,0x00,0xe0,0x00,0x00, // Code for char -
|
||
0x00,0x00,0x00,0x00,0x40, // Code for char .
|
||
0x10,0x30,0x60,0xc0,0x80, // Code for char /
|
||
0xf0,0x90,0x90,0x90,0xf0, // Code for char 0
|
||
0x60,0xa0,0x20,0x20,0xf0, // Code for char 1
|
||
0x60,0x90,0x20,0x40,0xf0, // Code for char 2
|
||
0xe0,0x10,0x60,0x10,0xe0, // Code for char 3
|
||
0x80,0xa0,0xf0,0x20,0x20, // Code for char 4
|
||
0xf0,0x80,0xf0,0x10,0xf0, // Code for char 5
|
||
0xf0,0x80,0xf0,0x90,0xf0, // Code for char 6
|
||
0xf0,0x90,0x10,0x10,0x10, // Code for char 7
|
||
0xf0,0x90,0xf0,0x90,0xf0, // Code for char 8
|
||
0xf0,0x90,0xf0,0x10,0xf0, // Code for char 9
|
||
0x00,0x20,0x00,0x20,0x00, // Code for char :
|
||
0x00,0x20,0x00,0x20,0x40, // Code for char ;
|
||
0x30,0x60,0xc0,0x60,0x30, // Code for char <
|
||
0x00,0xf0,0x00,0xf0,0x00, // Code for char =
|
||
0xc0,0x60,0x30,0x60,0xc0, // Code for char >
|
||
0xe0,0x10,0x70,0x00,0x40, // Code for char ?
|
||
0x60,0x90,0xb0,0x80,0x60, // Code for char @
|
||
0x60,0x90,0x90,0xf0,0x90, // Code for char A
|
||
0xe0,0x90,0xe0,0x90,0xe0, // Code for char B
|
||
0x60,0x90,0x80,0x90,0x60, // Code for char C
|
||
0xe0,0x90,0x90,0x90,0xe0, // Code for char D
|
||
0xf0,0x80,0xe0,0x80,0xf0, // Code for char E
|
||
0xf0,0x80,0xe0,0x80,0x80, // Code for char F
|
||
0x70,0x80,0xb0,0x90,0x70, // Code for char G
|
||
0x90,0x90,0xf0,0x90,0x90, // Code for char H
|
||
0x40,0x40,0x40,0x40,0x40, // Code for char I
|
||
0x10,0x10,0x10,0x90,0x60, // Code for char J
|
||
0x90,0xa0,0xc0,0xa0,0x90, // Code for char K
|
||
0x80,0x80,0x80,0x80,0xf0, // Code for char L
|
||
0xb0,0xf0,0xd0,0x90,0x90, // Code for char M
|
||
0x90,0xd0,0xd0,0xb0,0x90, // Code for char N
|
||
0x60,0x90,0x90,0x90,0x60, // Code for char O
|
||
0xe0,0x90,0x90,0xe0,0x80, // Code for char P
|
||
0x60,0x90,0x90,0xb0,0x70, // Code for char Q
|
||
0xe0,0x90,0xe0,0xb0,0x90, // Code for char R
|
||
0x70,0x80,0x60,0x10,0xe0, // Code for char S
|
||
0xf0,0x40,0x40,0x40,0x40, // Code for char T
|
||
0x90,0x90,0x90,0x90,0x60, // Code for char U
|
||
0x90,0x90,0x50,0x50,0x20, // Code for char V
|
||
0x90,0x90,0xb0,0xf0,0xd0, // Code for char W
|
||
0x90,0xb0,0x60,0xd0,0x90, // Code for char X
|
||
0x90,0x90,0x60,0x20,0x20, // Code for char Y
|
||
0xf0,0x10,0x60,0x80,0xf0, // Code for char Z
|
||
0x60,0x40,0x40,0x40,0x60, // Code for char [
|
||
0x80,0xc0,0x60,0x30,0x10, // Code for char '\'
|
||
0x60,0x20,0x20,0x20,0x60, // Code for char ]
|
||
0x60,0x90,0x00,0x00,0x00, // Code for char ^
|
||
0x00,0x00,0x00,0x00,0xf0, // Code for char _
|
||
0x40,0x20,0x00,0x00,0x00, // Code for char `
|
||
0x60,0x10,0x70,0x90,0x70, // Code for char a
|
||
0x80,0x80,0xe0,0x90,0xe0, // Code for char b
|
||
0x00,0x60,0x80,0x80,0x60, // Code for char c
|
||
0x10,0x10,0x70,0x90,0x70, // Code for char d
|
||
0x60,0x90,0xe0,0x80,0x70, // Code for char e
|
||
0x30,0x40,0xe0,0x40,0x40, // Code for char f
|
||
0x60,0x90,0x70,0x10,0x60, // Code for char g
|
||
0x80,0x80,0xe0,0x90,0x90, // Code for char h
|
||
0x40,0x00,0xc0,0x40,0xe0, // Code for char i
|
||
0x20,0x00,0x20,0xa0,0x60, // Code for char j
|
||
0x80,0x90,0xa0,0xc0,0xb0, // Code for char k
|
||
0xc0,0x40,0x40,0x40,0x30, // Code for char l
|
||
0x00,0xa0,0xf0,0xd0,0xd0, // Code for char m
|
||
0x00,0x80,0xe0,0x90,0x90, // Code for char n
|
||
0x00,0x60,0x90,0x90,0x60, // Code for char o
|
||
0x00,0x60,0x90,0xe0,0x80, // Code for char p
|
||
0x00,0x60,0x90,0x70,0x10, // Code for char q
|
||
0x00,0x80,0xe0,0x90,0x80, // Code for char r
|
||
0x60,0x80,0x60,0x10,0x60, // Code for char s
|
||
0x40,0xe0,0x40,0x40,0x60, // Code for char t
|
||
0x00,0x90,0x90,0x90,0x70, // Code for char u
|
||
0x00,0x90,0x90,0x50,0x20, // Code for char v
|
||
0x00,0x10,0xb0,0xf0,0x50, // Code for char w
|
||
0x00,0x90,0x60,0x60,0x90, // Code for char x
|
||
0x00,0x90,0x50,0x20,0x60, // Code for char y
|
||
0x00,0x70,0x10,0x20,0x70, // Code for char z
|
||
0x60,0x40,0xc0,0x40,0x60, // Code for char {
|
||
0x40,0x40,0x40,0x40,0x40, // Code for char |
|
||
0x60,0x20,0x30,0x20,0x60, // Code for char }
|
||
0x00,0x20,0x50,0x80,0x00, // Code for char ~
|
||
0x50,0xa0,0x10,0xa0,0x50, // Code for char
|
||
};
|
||
|
||
#endif
|