You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
101 lines
4.9 KiB
Python
101 lines
4.9 KiB
Python
// Generic 8 bit fixed width font
|
|
// 5 x 8 pixels
|
|
// Start at ASCII 32
|
|
|
|
0x05,0x00,0x00,0x00,0x00,0x00, // Code for char SPACE
|
|
0x05,0x00,0x00,0x5f,0x00,0x00, // Code for char !
|
|
0x05,0x00,0x07,0x00,0x07,0x00, // Code for char "
|
|
0x05,0x14,0x7f,0x14,0x7f,0x14, // Code for char #
|
|
0x05,0x24,0x2a,0x7f,0x2a,0x12, // Code for char $
|
|
0x05,0x23,0x13,0x08,0x64,0x62, // Code for char %
|
|
0x05,0x36,0x49,0x56,0x20,0x50, // Code for char &
|
|
0x05,0x00,0x08,0x07,0x03,0x00, // Code for char '
|
|
0x05,0x00,0x1c,0x22,0x41,0x00, // Code for char (
|
|
0x05,0x00,0x41,0x22,0x1c,0x00, // Code for char )
|
|
0x05,0x2a,0x1c,0x7f,0x1c,0x2a, // Code for char *
|
|
0x05,0x08,0x08,0x3e,0x08,0x08, // Code for char +
|
|
0x05,0x00,0x80,0x70,0x30,0x00, // Code for char
|
|
0x05,0x08,0x08,0x08,0x08,0x08, // Code for char -
|
|
0x05,0x00,0x00,0x60,0x60,0x00, // Code for char .
|
|
0x05,0x20,0x10,0x08,0x04,0x02, // Code for char /
|
|
0x05,0x3e,0x51,0x49,0x45,0x3e, // Code for char 0
|
|
0x05,0x00,0x42,0x7f,0x40,0x00, // Code for char 1
|
|
0x05,0x72,0x49,0x49,0x49,0x46, // Code for char 2
|
|
0x05,0x21,0x41,0x49,0x4d,0x33, // Code for char 3
|
|
0x05,0x18,0x14,0x12,0x7f,0x10, // Code for char 4
|
|
0x05,0x27,0x45,0x45,0x45,0x39, // Code for char 5
|
|
0x05,0x3c,0x4a,0x49,0x49,0x31, // Code for char 6
|
|
0x05,0x41,0x21,0x11,0x09,0x07, // Code for char 7
|
|
0x05,0x36,0x49,0x49,0x49,0x36, // Code for char 8
|
|
0x05,0x46,0x49,0x49,0x29,0x1e, // Code for char 9
|
|
0x05,0x00,0x00,0x14,0x00,0x00, // Code for char :
|
|
0x05,0x00,0x40,0x34,0x00,0x00, // Code for char ;
|
|
0x05,0x00,0x08,0x14,0x22,0x41, // Code for char <
|
|
0x05,0x14,0x14,0x14,0x14,0x14, // Code for char =
|
|
0x05,0x00,0x41,0x22,0x14,0x08, // Code for char >
|
|
0x05,0x02,0x01,0x59,0x09,0x06, // Code for char ?
|
|
0x05,0x3e,0x41,0x5d,0x59,0x4e, // Code for char @
|
|
0x05,0x7c,0x12,0x11,0x12,0x7c, // Code for char A
|
|
0x05,0x7f,0x49,0x49,0x49,0x36, // Code for char B
|
|
0x05,0x3e,0x41,0x41,0x41,0x22, // Code for char C
|
|
0x05,0x7f,0x41,0x41,0x41,0x3e, // Code for char D
|
|
0x05,0x7f,0x49,0x49,0x49,0x41, // Code for char E
|
|
0x05,0x7f,0x09,0x09,0x09,0x01, // Code for char F
|
|
0x05,0x3e,0x41,0x41,0x51,0x73, // Code for char G
|
|
0x05,0x7f,0x08,0x08,0x08,0x7f, // Code for char H
|
|
0x05,0x00,0x41,0x7f,0x41,0x00, // Code for char I
|
|
0x05,0x20,0x40,0x41,0x3f,0x01, // Code for char J
|
|
0x05,0x7f,0x08,0x14,0x22,0x41, // Code for char K
|
|
0x05,0x7f,0x40,0x40,0x40,0x40, // Code for char L
|
|
0x05,0x7f,0x02,0x1c,0x02,0x7f, // Code for char M
|
|
0x05,0x7f,0x04,0x08,0x10,0x7f, // Code for char N
|
|
0x05,0x3e,0x41,0x41,0x41,0x3e, // Code for char O
|
|
0x05,0x7f,0x09,0x09,0x09,0x06, // Code for char P
|
|
0x05,0x3e,0x41,0x51,0x21,0x5e, // Code for char Q
|
|
0x05,0x7f,0x09,0x19,0x29,0x46, // Code for char R
|
|
0x05,0x26,0x49,0x49,0x49,0x32, // Code for char S
|
|
0x05,0x03,0x01,0x7f,0x01,0x03, // Code for char T
|
|
0x05,0x3f,0x40,0x40,0x40,0x3f, // Code for char U
|
|
0x05,0x1f,0x20,0x40,0x20,0x1f, // Code for char V
|
|
0x05,0x3f,0x40,0x38,0x40,0x3f, // Code for char W
|
|
0x05,0x63,0x14,0x08,0x14,0x63, // Code for char X
|
|
0x05,0x03,0x04,0x78,0x04,0x03, // Code for char Y
|
|
0x05,0x61,0x59,0x49,0x4d,0x43, // Code for char Z
|
|
0x05,0x00,0x7f,0x41,0x41,0x41, // Code for char [
|
|
0x05,0x02,0x04,0x08,0x10,0x20, // Code for char BackSlash
|
|
0x05,0x00,0x41,0x41,0x41,0x7f, // Code for char ]
|
|
0x05,0x04,0x02,0x01,0x02,0x04, // Code for char ^
|
|
0x05,0x40,0x40,0x40,0x40,0x40, // Code for char _
|
|
0x05,0x00,0x03,0x07,0x08,0x00, // Code for char `
|
|
0x05,0x20,0x54,0x54,0x78,0x40, // Code for char a
|
|
0x05,0x7f,0x28,0x44,0x44,0x38, // Code for char b
|
|
0x05,0x38,0x44,0x44,0x44,0x28, // Code for char c
|
|
0x05,0x38,0x44,0x44,0x28,0x7f, // Code for char d
|
|
0x05,0x38,0x54,0x54,0x54,0x18, // Code for char e
|
|
0x05,0x00,0x08,0x7e,0x09,0x02, // Code for char f
|
|
0x05,0x18,0xa4,0xa4,0x9c,0x78, // Code for char g
|
|
0x05,0x7f,0x08,0x04,0x04,0x78, // Code for char h
|
|
0x05,0x00,0x44,0x7d,0x40,0x00, // Code for char i
|
|
0x05,0x20,0x40,0x40,0x3d,0x00, // Code for char j
|
|
0x05,0x7f,0x10,0x28,0x44,0x00, // Code for char k
|
|
0x05,0x00,0x41,0x7f,0x40,0x00, // Code for char l
|
|
0x05,0x7c,0x04,0x78,0x04,0x78, // Code for char m
|
|
0x05,0x7c,0x08,0x04,0x04,0x78, // Code for char n
|
|
0x05,0x38,0x44,0x44,0x44,0x38, // Code for char o
|
|
0x05,0xfc,0x18,0x24,0x24,0x18, // Code for char p
|
|
0x05,0x18,0x24,0x24,0x18,0xfc, // Code for char q
|
|
0x05,0x7c,0x08,0x04,0x04,0x08, // Code for char r
|
|
0x05,0x48,0x54,0x54,0x54,0x24, // Code for char s
|
|
0x05,0x04,0x04,0x3f,0x44,0x24, // Code for char t
|
|
0x05,0x3c,0x40,0x40,0x20,0x7c, // Code for char u
|
|
0x05,0x1c,0x20,0x40,0x20,0x1c, // Code for char v
|
|
0x05,0x3c,0x40,0x30,0x40,0x3c, // Code for char w
|
|
0x05,0x44,0x28,0x10,0x28,0x44, // Code for char x
|
|
0x05,0x4c,0x90,0x90,0x90,0x7c, // Code for char y
|
|
0x05,0x44,0x64,0x54,0x4c,0x44, // Code for char z
|
|
0x05,0x00,0x08,0x36,0x41,0x00, // Code for char {
|
|
0x05,0x00,0x00,0x77,0x00,0x00, // Code for char |
|
|
0x05,0x00,0x41,0x36,0x08,0x00, // Code for char }
|
|
0x05,0x02,0x01,0x02,0x04,0x02, // Code for char ~
|
|
0x05,0x3c,0x26,0x23,0x26,0x3c, // Code for char DEL
|