raspi_lcd 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ext/RaspiLCD-V0.9.0/bcm2835.c +715 -0
- data/ext/RaspiLCD-V0.9.0/bcm2835.h +801 -0
- data/ext/RaspiLCD-V0.9.0/bmp_men.inc +89 -0
- data/ext/RaspiLCD-V0.9.0/bmp_raspi.inc +42 -0
- data/ext/RaspiLCD-V0.9.0/font_fixedsys_8x15.inc +913 -0
- data/ext/RaspiLCD-V0.9.0/font_lucida_10x16.inc +1137 -0
- data/ext/RaspiLCD-V0.9.0/font_terminal_12x16.inc +1137 -0
- data/ext/RaspiLCD-V0.9.0/font_terminal_6x8.inc +689 -0
- data/ext/RaspiLCD-V0.9.0/lcd.c +536 -0
- data/ext/RaspiLCD-V0.9.0/lcd.h +80 -0
- data/ext/RaspiLCD-V0.9.0/main.c +309 -0
- data/ext/RaspiLCD-V0.9.0/raspilcd.c +230 -0
- data/ext/RaspiLCD-V0.9.0/raspilcd.h +104 -0
- data/ext/RaspiLCD-V0.9.0/resource_bmp.inc +324 -0
- data/ext/RaspiLCD-V0.9.0/resource_font_6x8.inc +354 -0
- data/ext/RaspiLCD-V0.9.0/std_c.h +55 -0
- data/ext/raspi_lcd/extconf.rb +2 -0
- data/ext/raspi_lcd/raspi_lcd.c +137 -0
- data/ext/raspi_lcd/test.rb +31 -0
- data/lib/raspi_lcd.rb +5 -0
- metadata +66 -0
@@ -0,0 +1,324 @@
|
|
1
|
+
// Image 1024 Bytes
|
2
|
+
const uint8 bmp_raspi[1026] = { 128, 8,
|
3
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x60,0xFC,0xFC,0xAC,0x0E,0x0E,
|
4
|
+
0x06,0x06,0x07,0x07,0x07,0x87,0x87,0x87,0x03,0x07,0x07,0x07,
|
5
|
+
0x0E,0x06,0x0E,0x0C,0x1C,0x38,0xF0,0xE0,0x80,0xC0,0xF0,0x78,
|
6
|
+
0x1C,0x0C,0x0C,0x0E,0x06,0x06,0x07,0x07,0x07,0x07,0x87,0x83,
|
7
|
+
0x07,0x07,0x07,0x07,0x06,0x06,0x0E,0x8C,0xFC,0xFC,0xF8,0x00,
|
8
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
9
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
10
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
11
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
12
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
13
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
14
|
+
0x00,0x00,0x00,0x03,0x0F,0x3F,0x7C,0xF0,0xE0,0xC0,0x80,0x00,
|
15
|
+
0x00,0x00,0x00,0x01,0x01,0x03,0x06,0x06,0x0C,0x1C,0x98,0xF0,
|
16
|
+
0xF0,0xF0,0xF8,0xFF,0xFF,0xFF,0xFF,0xF0,0xF0,0xF0,0xB8,0x18,
|
17
|
+
0x0C,0x04,0x06,0x02,0x03,0x01,0x01,0x00,0x00,0x00,0x80,0xC0,
|
18
|
+
0xC0,0xF0,0x78,0x3E,0x1F,0x0F,0x01,0x00,0x00,0x00,0x00,0x00,
|
19
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
20
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
21
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
22
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
23
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
24
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
25
|
+
0x00,0x00,0x80,0xE0,0xF1,0x71,0x3B,0x1F,0x1F,0x0E,0x0E,0x0C,
|
26
|
+
0x8C,0xCE,0xEE,0xFE,0xFE,0x9F,0x0F,0x0F,0x07,0x07,0x07,0x07,
|
27
|
+
0x07,0x07,0x07,0x07,0x07,0x0F,0x0F,0x9F,0xFF,0xFE,0xCE,0x8E,
|
28
|
+
0x8C,0x0C,0x0E,0x1E,0x1E,0x3F,0x7B,0xF3,0xE1,0xC0,0x00,0x00,
|
29
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
30
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
31
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
32
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
33
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
34
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
35
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0xFE,0x7F,0x7F,
|
36
|
+
0xF1,0xF0,0xF8,0xF8,0x7C,0x3E,0x1F,0x0F,0x0F,0x07,0x07,0x07,
|
37
|
+
0x07,0x07,0x07,0x07,0x0E,0x1E,0x7E,0xFE,0xFE,0xFE,0xFE,0x1E,
|
38
|
+
0x0E,0x06,0x07,0x07,0x03,0x03,0x07,0x07,0x07,0x0F,0x1E,0x3C,
|
39
|
+
0x7C,0xF8,0xF0,0xF0,0xFF,0x7F,0x7F,0xF0,0xE0,0xC0,0x80,0x00,
|
40
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
41
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
42
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
43
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
44
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
45
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
46
|
+
0xFC,0xFF,0xFF,0x03,0x01,0x00,0x00,0x80,0xFF,0xFF,0xFF,0xFB,
|
47
|
+
0xC0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,
|
48
|
+
0xC0,0xE0,0xFC,0xFF,0xFF,0xFF,0xFF,0xF0,0xE0,0xC0,0x80,0x00,
|
49
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xFB,0xFF,0xFF,
|
50
|
+
0xFF,0x00,0x00,0x00,0x01,0x03,0xFF,0xFF,0xFC,0x00,0x00,0x00,
|
51
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
52
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
53
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
54
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
55
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
56
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x07,0x0F,0x7E,
|
57
|
+
0xFC,0xF8,0xFE,0x1F,0x0F,0x0F,0x0F,0x0F,0x0F,0x1F,0x3F,0x7F,
|
58
|
+
0xFE,0xFE,0xFE,0xFE,0xFF,0x0F,0x07,0x03,0x01,0x01,0x01,0x00,
|
59
|
+
0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x07,0x1F,0xFF,0xFF,0xFE,
|
60
|
+
0x7E,0x3F,0x1F,0x0F,0x0F,0x07,0x07,0x07,0x07,0x0F,0xFC,0xFC,
|
61
|
+
0xFE,0x3F,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
62
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
63
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
64
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
65
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
66
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
67
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0F,0x3F,0x7C,
|
68
|
+
0x70,0xE0,0xC0,0xC0,0x80,0x80,0x80,0x00,0x00,0x81,0xCF,0xFF,
|
69
|
+
0xFF,0xFE,0xF8,0xF8,0xF0,0xF0,0xE0,0xE0,0xE0,0xE0,0xE0,0xE0,
|
70
|
+
0xF0,0xF0,0xF8,0xFC,0xFF,0xFF,0xC7,0x81,0x80,0x80,0x80,0x80,
|
71
|
+
0x80,0xC0,0xC0,0xE0,0xF0,0x7C,0x3F,0x1F,0x07,0x00,0x00,0x00,
|
72
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
73
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
74
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
75
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
76
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
77
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
78
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,
|
79
|
+
0x03,0x03,0x07,0x07,0x0F,0x0F,0x1F,0x1F,0x3F,0x7B,0x71,0xE1,
|
80
|
+
0xE0,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,0xE0,0xE0,0x71,0x79,
|
81
|
+
0x3F,0x1F,0x0F,0x0F,0x0F,0x07,0x07,0x03,0x03,0x01,0x01,0x00,
|
82
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
83
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
84
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
85
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
86
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
87
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
88
|
+
0x00,0x00,0x00,0x00};
|
89
|
+
|
90
|
+
// Image 512 Bytes
|
91
|
+
const uint8 bmp_light_off[514] = { 64, 8,
|
92
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
93
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
94
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
95
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
96
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
97
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
98
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
99
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80,0xC0,0xC0,0xC0,
|
100
|
+
0xC0,0xC0,0xC0,0x80,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
101
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
102
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
103
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
104
|
+
0x00,0x00,0x00,0xC0,0xE0,0x78,0x1C,0x0E,0x07,0x03,0x03,0x01,
|
105
|
+
0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x06,
|
106
|
+
0x0C,0x1C,0x70,0xE0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
107
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
108
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
109
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0x01,0x00,0x00,0x00,
|
110
|
+
0x00,0x70,0xE0,0x70,0x38,0x70,0x30,0x70,0x38,0x70,0x38,0x78,
|
111
|
+
0xF0,0x30,0x00,0x00,0x00,0x00,0x00,0xC3,0xFF,0x3C,0x00,0x00,
|
112
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
113
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
114
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x1F,
|
115
|
+
0x7E,0xF0,0xC0,0x00,0x00,0x00,0x07,0x3E,0xF0,0x00,0x00,0x00,
|
116
|
+
0x00,0xC0,0x78,0x1F,0x01,0x00,0x00,0xC0,0xE0,0x70,0x3C,0x0F,
|
117
|
+
0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
118
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
119
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
120
|
+
0x00,0x00,0x00,0x00,0x00,0x01,0x0F,0xFF,0xF8,0xC0,0x80,0x80,
|
121
|
+
0xFD,0xFF,0x82,0x82,0xFF,0xFF,0x80,0x80,0x80,0x80,0xFF,0xFF,
|
122
|
+
0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
123
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
124
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
125
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x5D,
|
126
|
+
0xFF,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,
|
127
|
+
0xAA,0x2B,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
128
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
129
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
130
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
131
|
+
0x00,0x00,0x00,0x00,0x03,0x0F,0x1E,0x1A,0x3A,0x3A,0x3A,0x36,
|
132
|
+
0x36,0x36,0x14,0x14,0x1D,0x0F,0x01,0x00,0x00,0x00,0x00,0x00,
|
133
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
134
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|
135
|
+
|
136
|
+
// Image 512 Bytes
|
137
|
+
const uint8 bmp_light_on[514] = { 64, 8,
|
138
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
139
|
+
0x00,0x00,0x04,0x0C,0x3C,0x70,0xE0,0xC0,0x80,0x00,0x00,0x00,
|
140
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFE,0x00,0x00,0x00,0x00,
|
141
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0xE0,0x70,
|
142
|
+
0x38,0x1C,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
143
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x18,0x38,0x30,
|
144
|
+
0x70,0xE0,0xC0,0xC0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x03,
|
145
|
+
0x0F,0x1E,0x38,0x00,0x00,0x00,0x80,0x80,0x80,0xC0,0xC7,0xC3,
|
146
|
+
0xC0,0xC0,0xC0,0x80,0x80,0x00,0x00,0x00,0x60,0x70,0x3C,0x0E,
|
147
|
+
0x07,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
148
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
149
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x0E,0x0C,
|
150
|
+
0x08,0x00,0x00,0xC0,0xE0,0x78,0x1C,0x0E,0x07,0x03,0x03,0x01,
|
151
|
+
0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x06,
|
152
|
+
0x0C,0x1C,0x70,0xE0,0x80,0x00,0x00,0x60,0x70,0x30,0x38,0x18,
|
153
|
+
0x1C,0x0C,0x0E,0x06,0x06,0x06,0x07,0x03,0x03,0x03,0x00,0x00,
|
154
|
+
0x00,0x02,0x02,0x02,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x0C,
|
155
|
+
0x0C,0x0C,0x00,0x00,0x00,0x00,0xFF,0xFF,0x01,0x00,0x00,0x00,
|
156
|
+
0x00,0x70,0xE0,0x70,0x38,0x70,0x30,0x70,0x38,0x70,0x38,0x78,
|
157
|
+
0xF0,0x30,0x00,0x00,0x00,0x00,0x00,0xC3,0xFF,0x3C,0x00,0x00,
|
158
|
+
0x30,0x30,0x70,0x60,0x60,0x60,0xE0,0xC0,0xC0,0xC0,0x80,0x80,
|
159
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0xC0,0xC0,0xC0,0x60,0x60,0x60,
|
160
|
+
0x60,0x70,0x30,0x30,0x30,0x30,0x30,0x00,0x00,0x00,0x07,0x1F,
|
161
|
+
0x7E,0xF0,0xC0,0x00,0x00,0x00,0x07,0x3E,0xF0,0x00,0x00,0x00,
|
162
|
+
0x00,0xC0,0x78,0x1F,0x01,0x00,0x00,0xC0,0xE0,0x70,0x3C,0x0F,
|
163
|
+
0x03,0x00,0x00,0x20,0x60,0x60,0xC0,0xC0,0x80,0x80,0x00,0x00,
|
164
|
+
0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
165
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0x70,
|
166
|
+
0x30,0x10,0x00,0x00,0x00,0x01,0x0F,0xFF,0xF8,0xC0,0x80,0x80,
|
167
|
+
0xFD,0xFF,0x82,0x82,0xFF,0xFF,0x80,0x80,0x80,0x80,0xFF,0xFF,
|
168
|
+
0x01,0x00,0x00,0x00,0x18,0x18,0x30,0x60,0xC0,0x80,0x00,0x00,
|
169
|
+
0x01,0x03,0x03,0x06,0x0C,0x1C,0x38,0x70,0x40,0x00,0x00,0x00,
|
170
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,
|
171
|
+
0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x5D,
|
172
|
+
0xFF,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,0xAA,
|
173
|
+
0xAA,0x2B,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
174
|
+
0x00,0x01,0x07,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
175
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
176
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
177
|
+
0x00,0x00,0x00,0x00,0x03,0x0F,0x1E,0x1A,0x3A,0x3A,0x3A,0x36,
|
178
|
+
0x36,0x36,0x14,0x14,0x1D,0x0F,0x01,0x00,0x00,0x00,0x00,0x00,
|
179
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
180
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|
181
|
+
|
182
|
+
// Image 512 Bytes
|
183
|
+
const uint8 bmp_bau1[514] = { 64, 8,
|
184
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
185
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,
|
186
|
+
0xC0,0xC0,0xE0,0xE0,0xE0,0xE0,0xC0,0xC0,0x80,0x00,0x00,0x00,
|
187
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
188
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
189
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
190
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
191
|
+
0x00,0x00,0x3F,0x7F,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,
|
192
|
+
0x7F,0x3F,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
193
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
194
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
195
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x1C,0x38,0x38,0x78,0xEC,
|
196
|
+
0xE4,0xFE,0xFE,0xFE,0xFE,0xFF,0xFF,0xFE,0xFC,0x7C,0xF9,0x81,
|
197
|
+
0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
198
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
199
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
200
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,
|
201
|
+
0xF8,0xFE,0xFE,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x07,0x0F,
|
202
|
+
0x1E,0x3C,0x79,0xF7,0xFE,0xE0,0xC0,0xE0,0xF0,0xF0,0xE0,0xC0,
|
203
|
+
0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
204
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
205
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
206
|
+
0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x3F,0x3F,
|
207
|
+
0xFF,0xFF,0xFC,0xFC,0xF0,0xF0,0xC0,0xCC,0x1F,0x3F,0x7F,0xFF,
|
208
|
+
0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFE,0x00,0x00,0x00,0x00,0x00,
|
209
|
+
0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x00,
|
210
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
211
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,
|
212
|
+
0xFF,0x00,0x00,0x00,0x00,0x00,0xF3,0xFF,0xFF,0xFF,0x3F,0x1F,
|
213
|
+
0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0xF0,0xF8,0xFC,0xFC,
|
214
|
+
0xFC,0xFC,0xF8,0xF0,0xE0,0xC0,0x84,0x00,0x00,0x00,0x00,0x01,
|
215
|
+
0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
216
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
217
|
+
0x0F,0x0F,0x0F,0x0F,0x0F,0x0C,0x00,0x00,0x00,0x00,0x0F,0x0F,
|
218
|
+
0x0F,0x0F,0x0F,0x0F,0x00,0x00,0x00,0x00,0x0F,0x0F,0x0F,0x0F,
|
219
|
+
0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,
|
220
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
221
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
222
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
223
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
224
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
225
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
226
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|
227
|
+
|
228
|
+
// Image 512 Bytes
|
229
|
+
const uint8 bmp_bau2[514] = { 64, 8,
|
230
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
231
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
232
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
233
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
234
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
235
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
236
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xC0,0xC0,0x80,
|
237
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0xF8,0xFC,0xFC,0xFE,
|
238
|
+
0xFE,0xFE,0xFE,0xFC,0xFC,0xF8,0xF0,0x00,0x00,0x00,0x00,0x00,
|
239
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
240
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
241
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x14,0x3E,0x1E,0x1E,0x3F,0x73,
|
242
|
+
0x61,0xE0,0xC1,0xC3,0xFF,0xFE,0xFE,0xFC,0xFC,0xFC,0xF0,0xF3,
|
243
|
+
0xC7,0xCF,0x0F,0x1F,0x1F,0x1F,0x1F,0x0F,0x0F,0x07,0x03,0x00,
|
244
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
245
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
246
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xE0,
|
247
|
+
0xF0,0xF0,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x0F,0x1F,
|
248
|
+
0x3B,0x73,0xE0,0xC0,0xFF,0xFF,0x00,0x00,0x00,0x00,0x00,0x00,
|
249
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
250
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
251
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
252
|
+
0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x3F,0x3F,
|
253
|
+
0xFF,0xFF,0xFC,0xFC,0xF0,0xC0,0x80,0x00,0x03,0x07,0x0F,0x9E,
|
254
|
+
0xFC,0xF8,0xF8,0xFC,0xFE,0xFE,0xFC,0xF8,0xF0,0xE0,0xC0,0x00,
|
255
|
+
0x00,0x00,0x00,0x00,0x00,0xC0,0xC0,0xE0,0x00,0x00,0x80,0x00,
|
256
|
+
0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
257
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,
|
258
|
+
0xFF,0x00,0x00,0x00,0x00,0x00,0xF3,0xFF,0xFF,0xFF,0x3F,0x1F,
|
259
|
+
0x00,0x00,0x00,0x01,0x03,0x87,0xCF,0x9F,0xDF,0xDF,0xDF,0xDF,
|
260
|
+
0xDF,0xDF,0x9F,0x00,0x00,0x80,0x8E,0x4E,0xC0,0x00,0x3C,0x3C,
|
261
|
+
0x00,0x00,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
262
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
263
|
+
0x0F,0x0F,0x0F,0x0F,0x0F,0x0C,0x00,0x00,0x00,0x00,0x0F,0x0F,
|
264
|
+
0x0F,0x0F,0x0F,0x0F,0x00,0x00,0x00,0x00,0x0F,0x0F,0x0F,0x0F,
|
265
|
+
0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,
|
266
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
267
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
268
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
269
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
270
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
271
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
272
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|
273
|
+
|
274
|
+
// Image 512 Bytes
|
275
|
+
const uint8 bmp_bau3[514] = { 64, 8,
|
276
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
277
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
278
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
279
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
280
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
281
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
282
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
283
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xF0,0xF8,0xFC,0xFC,0xFE,
|
284
|
+
0xFE,0xFE,0xFE,0xFC,0xFC,0xF8,0xF0,0x00,0x00,0x00,0x00,0x00,
|
285
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
286
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
287
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0xFC,0xFC,0x0C,0x0C,0x0C,0x0C,
|
288
|
+
0x0C,0x0C,0xCC,0xCC,0xFC,0xFC,0xFC,0xFC,0xFC,0xFC,0xF0,0xF3,
|
289
|
+
0xC7,0xCF,0x0F,0x1F,0x1F,0x1F,0x1F,0x0F,0x0F,0x07,0x03,0x00,
|
290
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
291
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
292
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,
|
293
|
+
0xF0,0xF0,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0xCF,0xCF,
|
294
|
+
0xC3,0xC3,0xC0,0xC0,0xFF,0xFF,0xC0,0xC0,0xC0,0xC0,0xC0,0xC0,
|
295
|
+
0xC0,0xC0,0xC0,0xC0,0xFC,0xFC,0xFC,0xFC,0xFC,0xFC,0xFC,0xFC,
|
296
|
+
0xF8,0xF0,0xE0,0xC0,0x00,0x00,0x00,0x0A,0x00,0x00,0xC0,0xC0,
|
297
|
+
0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,
|
298
|
+
0x03,0x03,0x00,0x00,0xFF,0xFF,0xFF,0xFF,0xFF,0xFF,0x3F,0x3F,
|
299
|
+
0xFF,0xFF,0xFC,0xFC,0xF0,0xF0,0xC0,0xC0,0x03,0x03,0x00,0x00,
|
300
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0F,0x0F,0x0F,0x0F,
|
301
|
+
0x0F,0x0F,0x0F,0x0F,0x07,0x03,0xF1,0xF0,0xF0,0xF0,0x00,0x00,
|
302
|
+
0x08,0x0C,0x08,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
303
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xFF,0xFF,0xFF,0xFF,
|
304
|
+
0xFF,0x00,0x00,0x00,0x00,0x00,0xF3,0xFF,0xFF,0xFF,0x3F,0x1F,
|
305
|
+
0x00,0x00,0x00,0x00,0x00,0x80,0xC0,0xE0,0xF0,0xF8,0xFC,0xFC,
|
306
|
+
0xFC,0xFC,0xF8,0xF0,0xE0,0xC0,0x8F,0x0F,0x00,0x00,0x3C,0x3C,
|
307
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
308
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
309
|
+
0x0F,0x0F,0x0F,0x0F,0x0F,0x0C,0x00,0x00,0x00,0x00,0x0F,0x0F,
|
310
|
+
0x0F,0x0F,0x0F,0x0F,0x00,0x00,0x00,0x00,0x0F,0x0F,0x0F,0x0F,
|
311
|
+
0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,0x0F,
|
312
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
313
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
314
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
315
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
316
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
317
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
|
318
|
+
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00};
|
319
|
+
|
320
|
+
|
321
|
+
|
322
|
+
|
323
|
+
|
324
|
+
|
@@ -0,0 +1,354 @@
|
|
1
|
+
/*******************************************************************************************
|
2
|
+
Font name: Terminal
|
3
|
+
Font width: 6 (monospaced font)
|
4
|
+
Font height: 8
|
5
|
+
Data length: 8 bits
|
6
|
+
Data format: Little Endian, Column based, Row preferred, Unpacked
|
7
|
+
|
8
|
+
Create time: 13:55 07-09-2009 by BitFontCreator (e-mail: support@iseatech.com)
|
9
|
+
*******************************************************************************************/
|
10
|
+
|
11
|
+
/*******************************************************************************************
|
12
|
+
Data table provides the bitmap data of each character.
|
13
|
+
|
14
|
+
To get the starting data offset of character 'A', you can use the following expression:
|
15
|
+
|
16
|
+
const unsigned char index = index_table['A'];
|
17
|
+
const unsigned int offset = offset_table[index];
|
18
|
+
const unsigned char *pData = data_table[offset];
|
19
|
+
|
20
|
+
*******************************************************************************************/
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
const unsigned char font_6x8[768] = {
|
25
|
+
|
26
|
+
0x00, 0x02, 0x01, 0x59, 0x09, 0x06, // 0 \x00
|
27
|
+
0x00, 0x20, 0x55, 0x54, 0x55, 0x78, // 1 \x01 �
|
28
|
+
0x00, 0x38, 0x45, 0x44, 0x45, 0x38, // 2 \x02 �
|
29
|
+
0x00, 0x3C, 0x41, 0x20, 0x7D, 0x00, // 3 \x03 �
|
30
|
+
0x00, 0x09, 0x0D, 0x0A, 0x00, 0x00, // 4 \x04 hoch 2 (gibt noch l/m2 als 3x Char)
|
31
|
+
0x00, 0x06, 0x09, 0x09, 0x06, 0x00, // 5 \x05 �
|
32
|
+
0x00, 0x02, 0x01, 0x59, 0x09, 0x06, // 6 \x06
|
33
|
+
0x3C, 0x42, 0x42, 0x42, 0x3C, 0x18, // 7 \x07 Schl�ssel
|
34
|
+
0x18, 0x18, 0x18, 0x78, 0x18, 0x78, // 8 \x08 Schl�ssel
|
35
|
+
0x00, 0x03, 0xDF, 0xDF, 0x03, 0x00, // 9 \x09 Ausrufezeichen
|
36
|
+
0x00, 0x7F, 0x41, 0x41, 0x41, 0x41, // 10 \x0A Batt
|
37
|
+
0x41, 0x41, 0x41, 0x41, 0x41, 0x41, // 11 \x0B Batt
|
38
|
+
0x41, 0x41, 0x7F, 0x1C, 0x1C, 0x00, // 12 \x0C Batt
|
39
|
+
|
40
|
+
0x00, 0x00, 0x00, 0x00, 0x00, 0x1C, // \x0D "von" auf 4 Zeichen
|
41
|
+
0x20, 0x40, 0x20, 0x1C, 0x00, 0x38,
|
42
|
+
0x44, 0x44, 0x44, 0x38, 0x00, 0x7C,
|
43
|
+
0x04, 0x04, 0x78, 0x00, 0x00, 0x00,
|
44
|
+
|
45
|
+
0x00, 0x00, 0x7F, 0x40, 0x00, 0x60, // \x11 l/m2 auf 3x Zeichen
|
46
|
+
0x1C, 0x03, 0x00, 0x7C, 0x04, 0x78, // \x12
|
47
|
+
0x04, 0x78, 0x00, 0x09, 0x0D, 0x0A, // \x13
|
48
|
+
|
49
|
+
|
50
|
+
0xF8, 0xF8, 0x00, 0xFE, 0x82, 0x82, // 21 \x14 ..
|
51
|
+
0xF8, 0xF8, 0x00, 0xFE, 0xFE, 0xFE, // 22 \x15 ..
|
52
|
+
0xFE, 0x00, 0xFF, 0xFF, 0xFF, 0xFF, // 23 \x16 ..
|
53
|
+
0x00, 0x02, 0x01, 0x59, 0x09, 0x06, //
|
54
|
+
0x24, 0x42, 0x81, 0x81, 0x42, 0x24, // 24 \x18 Pfeil hochrunter
|
55
|
+
0x00, 0xFF, 0x81, 0x81, 0x81, 0xFF, // 25 \x19 Balken leer
|
56
|
+
0x00, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, // 26 \x1A Balken voll
|
57
|
+
0x22, 0x63, 0x63, 0x63, 0x3E, 0x1C, // 27 \x1B Tool
|
58
|
+
0x1C, 0x1C, 0x1C, 0x1C, 0x1C, 0x1C, // 28 \x1C Tool
|
59
|
+
0x3E, 0x63, 0x63, 0x63, 0x22, 0x00, // 29 \x1D Tool
|
60
|
+
0x00, 0x04, 0x0C, 0x1C, 0x0C, 0x04, // 30 \x1E Pfeil runter
|
61
|
+
0x00, 0x7F, 0x40, 0x00, 0x7F, 0x40, // 31 \x1F Doppel "ll"
|
62
|
+
|
63
|
+
|
64
|
+
/* character 0x20 (' '): (width=6, offset=0) */
|
65
|
+
0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
66
|
+
|
67
|
+
/* character 0x21 ('!'): (width=6, offset=6) */
|
68
|
+
0x00, 0x00, 0x06, 0x5F, 0x06, 0x00,
|
69
|
+
|
70
|
+
/* character 0x22 ('"'): (width=6, offset=12) */
|
71
|
+
0x00, 0x07, 0x03, 0x00, 0x07, 0x03,
|
72
|
+
|
73
|
+
/* character 0x23 ('#'): (width=6, offset=18) */
|
74
|
+
0x00, 0x24, 0x7E, 0x24, 0x7E, 0x24,
|
75
|
+
|
76
|
+
/* character 0x24 ('$'): (width=6, offset=24) */
|
77
|
+
0x00, 0x24, 0x2B, 0x6A, 0x12, 0x00,
|
78
|
+
|
79
|
+
/* character 0x25 ('%'): (width=6, offset=30) */
|
80
|
+
0x00, 0x63, 0x13, 0x08, 0x64, 0x63,
|
81
|
+
|
82
|
+
/* character 0x26 ('&'): (width=6, offset=36) */
|
83
|
+
0x00, 0x36, 0x49, 0x56, 0x20, 0x50,
|
84
|
+
|
85
|
+
/* character 0x27 ('''): (width=6, offset=42) */
|
86
|
+
0x00, 0x00, 0x07, 0x03, 0x00, 0x00,
|
87
|
+
|
88
|
+
/* character 0x28 ('('): (width=6, offset=48) */
|
89
|
+
0x00, 0x00, 0x3E, 0x41, 0x00, 0x00,
|
90
|
+
|
91
|
+
/* character 0x29 (')'): (width=6, offset=54) */
|
92
|
+
0x00, 0x00, 0x41, 0x3E, 0x00, 0x00,
|
93
|
+
|
94
|
+
/* character 0x2A ('*'): (width=6, offset=60) */
|
95
|
+
0x00, 0x08, 0x3E, 0x1C, 0x3E, 0x08,
|
96
|
+
|
97
|
+
/* character 0x2B ('+'): (width=6, offset=66) */
|
98
|
+
0x00, 0x08, 0x08, 0x3E, 0x08, 0x08,
|
99
|
+
|
100
|
+
/* character 0x2C (','): (width=6, offset=72) */
|
101
|
+
0x00, 0x00, 0xE0, 0x60, 0x00, 0x00,
|
102
|
+
|
103
|
+
/* character 0x2D ('-'): (width=6, offset=78) */
|
104
|
+
0x00, 0x08, 0x08, 0x08, 0x08, 0x08,
|
105
|
+
|
106
|
+
/* character 0x2E ('.'): (width=6, offset=84) */
|
107
|
+
0x00, 0x00, 0x60, 0x60, 0x00, 0x00,
|
108
|
+
|
109
|
+
/* character 0x2F ('/'): (width=6, offset=90) */
|
110
|
+
0x00, 0x20, 0x10, 0x08, 0x04, 0x02,
|
111
|
+
|
112
|
+
/* character 0x30 ('0'): (width=6, offset=96) */
|
113
|
+
0x00, 0x3E, 0x51, 0x49, 0x45, 0x3E,
|
114
|
+
|
115
|
+
/* character 0x31 ('1'): (width=6, offset=102) */
|
116
|
+
0x00, 0x00, 0x42, 0x7F, 0x40, 0x00,
|
117
|
+
|
118
|
+
/* character 0x32 ('2'): (width=6, offset=108) */
|
119
|
+
0x00, 0x62, 0x51, 0x49, 0x49, 0x46,
|
120
|
+
|
121
|
+
/* character 0x33 ('3'): (width=6, offset=114) */
|
122
|
+
0x00, 0x22, 0x49, 0x49, 0x49, 0x36,
|
123
|
+
|
124
|
+
/* character 0x34 ('4'): (width=6, offset=120) */
|
125
|
+
0x00, 0x18, 0x14, 0x12, 0x7F, 0x10,
|
126
|
+
|
127
|
+
/* character 0x35 ('5'): (width=6, offset=126) */
|
128
|
+
0x00, 0x2F, 0x49, 0x49, 0x49, 0x31,
|
129
|
+
|
130
|
+
/* character 0x36 ('6'): (width=6, offset=132) */
|
131
|
+
0x00, 0x3C, 0x4A, 0x49, 0x49, 0x30,
|
132
|
+
|
133
|
+
/* character 0x37 ('7'): (width=6, offset=138) */
|
134
|
+
0x00, 0x01, 0x71, 0x09, 0x05, 0x03,
|
135
|
+
|
136
|
+
/* character 0x38 ('8'): (width=6, offset=144) */
|
137
|
+
0x00, 0x36, 0x49, 0x49, 0x49, 0x36,
|
138
|
+
|
139
|
+
/* character 0x39 ('9'): (width=6, offset=150) */
|
140
|
+
0x00, 0x06, 0x49, 0x49, 0x29, 0x1E,
|
141
|
+
|
142
|
+
/* character 0x3A (':'): (width=6, offset=156) */
|
143
|
+
0x00, 0x00, 0x6C, 0x6C, 0x00, 0x00,
|
144
|
+
|
145
|
+
/* character 0x3B (';'): (width=6, offset=162) */
|
146
|
+
0x00, 0x00, 0xEC, 0x6C, 0x00, 0x00,
|
147
|
+
|
148
|
+
/* character 0x3C ('<'): (width=6, offset=168) */
|
149
|
+
0x00, 0x08, 0x14, 0x22, 0x41, 0x00,
|
150
|
+
|
151
|
+
/* character 0x3D ('='): (width=6, offset=174) */
|
152
|
+
0x00, 0x24, 0x24, 0x24, 0x24, 0x24,
|
153
|
+
|
154
|
+
/* character 0x3E ('>'): (width=6, offset=180) */
|
155
|
+
0x00, 0x00, 0x41, 0x22, 0x14, 0x08,
|
156
|
+
|
157
|
+
/* character 0x3F ('?'): (width=6, offset=186) */
|
158
|
+
0x00, 0x02, 0x01, 0x59, 0x09, 0x06,
|
159
|
+
|
160
|
+
/* character 0x40 ('@'): (width=6, offset=192) */
|
161
|
+
0x00, 0x3E, 0x41, 0x5D, 0x55, 0x1E,
|
162
|
+
|
163
|
+
/* character 0x41 ('A'): (width=6, offset=198) */
|
164
|
+
0x00, 0x7E, 0x11, 0x11, 0x11, 0x7E,
|
165
|
+
|
166
|
+
/* character 0x42 ('B'): (width=6, offset=204) */
|
167
|
+
0x00, 0x7F, 0x49, 0x49, 0x49, 0x36,
|
168
|
+
|
169
|
+
/* character 0x43 ('C'): (width=6, offset=210) */
|
170
|
+
0x00, 0x3E, 0x41, 0x41, 0x41, 0x22,
|
171
|
+
|
172
|
+
/* character 0x44 ('D'): (width=6, offset=216) */
|
173
|
+
0x00, 0x7F, 0x41, 0x41, 0x41, 0x3E,
|
174
|
+
|
175
|
+
/* character 0x45 ('E'): (width=6, offset=222) */
|
176
|
+
0x00, 0x7F, 0x49, 0x49, 0x49, 0x41,
|
177
|
+
|
178
|
+
/* character 0x46 ('F'): (width=6, offset=228) */
|
179
|
+
0x00, 0x7F, 0x09, 0x09, 0x09, 0x01,
|
180
|
+
|
181
|
+
/* character 0x47 ('G'): (width=6, offset=234) */
|
182
|
+
0x00, 0x3E, 0x41, 0x49, 0x49, 0x7A,
|
183
|
+
|
184
|
+
/* character 0x48 ('H'): (width=6, offset=240) */
|
185
|
+
0x00, 0x7F, 0x08, 0x08, 0x08, 0x7F,
|
186
|
+
|
187
|
+
/* character 0x49 ('I'): (width=6, offset=246) */
|
188
|
+
0x00, 0x00, 0x41, 0x7F, 0x41, 0x00,
|
189
|
+
|
190
|
+
/* character 0x4A ('J'): (width=6, offset=252) */
|
191
|
+
0x00, 0x30, 0x40, 0x40, 0x40, 0x3F,
|
192
|
+
|
193
|
+
/* character 0x4B ('K'): (width=6, offset=258) */
|
194
|
+
0x00, 0x7F, 0x08, 0x14, 0x22, 0x41,
|
195
|
+
|
196
|
+
/* character 0x4C ('L'): (width=6, offset=264) */
|
197
|
+
0x00, 0x7F, 0x40, 0x40, 0x40, 0x40,
|
198
|
+
|
199
|
+
/* character 0x4D ('M'): (width=6, offset=270) */
|
200
|
+
0x00, 0x7F, 0x02, 0x04, 0x02, 0x7F,
|
201
|
+
|
202
|
+
/* character 0x4E ('N'): (width=6, offset=276) */
|
203
|
+
0x00, 0x7F, 0x02, 0x04, 0x08, 0x7F,
|
204
|
+
|
205
|
+
/* character 0x4F ('O'): (width=6, offset=282) */
|
206
|
+
0x00, 0x3E, 0x41, 0x41, 0x41, 0x3E,
|
207
|
+
|
208
|
+
/* character 0x50 ('P'): (width=6, offset=288) */
|
209
|
+
0x00, 0x7F, 0x09, 0x09, 0x09, 0x06,
|
210
|
+
|
211
|
+
/* character 0x51 ('Q'): (width=6, offset=294) */
|
212
|
+
0x00, 0x3E, 0x41, 0x51, 0x21, 0x5E,
|
213
|
+
|
214
|
+
/* character 0x52 ('R'): (width=6, offset=300) */
|
215
|
+
0x00, 0x7F, 0x09, 0x09, 0x19, 0x66,
|
216
|
+
|
217
|
+
/* character 0x53 ('S'): (width=6, offset=306) */
|
218
|
+
0x00, 0x26, 0x49, 0x49, 0x49, 0x32,
|
219
|
+
|
220
|
+
/* character 0x54 ('T'): (width=6, offset=312) */
|
221
|
+
0x00, 0x01, 0x01, 0x7F, 0x01, 0x01,
|
222
|
+
|
223
|
+
/* character 0x55 ('U'): (width=6, offset=318) */
|
224
|
+
0x00, 0x3F, 0x40, 0x40, 0x40, 0x3F,
|
225
|
+
|
226
|
+
/* character 0x56 ('V'): (width=6, offset=324) */
|
227
|
+
0x00, 0x1F, 0x20, 0x40, 0x20, 0x1F,
|
228
|
+
|
229
|
+
/* character 0x57 ('W'): (width=6, offset=330) */
|
230
|
+
0x00, 0x3F, 0x40, 0x3C, 0x40, 0x3F,
|
231
|
+
|
232
|
+
/* character 0x58 ('X'): (width=6, offset=336) */
|
233
|
+
0x00, 0x63, 0x14, 0x08, 0x14, 0x63,
|
234
|
+
|
235
|
+
/* character 0x59 ('Y'): (width=6, offset=342) */
|
236
|
+
0x00, 0x07, 0x08, 0x70, 0x08, 0x07,
|
237
|
+
|
238
|
+
/* character 0x5A ('Z'): (width=6, offset=348) */
|
239
|
+
0x00, 0x71, 0x49, 0x45, 0x43, 0x00,
|
240
|
+
|
241
|
+
/* character 0x5B ('['): (width=6, offset=354) */
|
242
|
+
0x00, 0x00, 0x7F, 0x41, 0x41, 0x00,
|
243
|
+
|
244
|
+
/* character 0x5C ('\'): (width=6, offset=360) */
|
245
|
+
0x00, 0x02, 0x04, 0x08, 0x10, 0x20,
|
246
|
+
|
247
|
+
/* character 0x5D (']'): (width=6, offset=366) */
|
248
|
+
0x00, 0x00, 0x41, 0x41, 0x7F, 0x00,
|
249
|
+
|
250
|
+
/* character 0x5E ('^'): (width=6, offset=372) */
|
251
|
+
0x00, 0x04, 0x02, 0x01, 0x02, 0x04,
|
252
|
+
|
253
|
+
/* character 0x5F ('_'): (width=6, offset=378) */
|
254
|
+
0x80, 0x80, 0x80, 0x80, 0x80, 0x80,
|
255
|
+
|
256
|
+
/* character 0x60 ('`'): (width=6, offset=384) */
|
257
|
+
0x00, 0x00, 0x03, 0x07, 0x00, 0x00,
|
258
|
+
|
259
|
+
/* character 0x61 ('a'): (width=6, offset=390) */
|
260
|
+
0x00, 0x20, 0x54, 0x54, 0x54, 0x78,
|
261
|
+
|
262
|
+
/* character 0x62 ('b'): (width=6, offset=396) */
|
263
|
+
0x00, 0x7F, 0x44, 0x44, 0x44, 0x38,
|
264
|
+
|
265
|
+
/* character 0x63 ('c'): (width=6, offset=402) */
|
266
|
+
0x00, 0x38, 0x44, 0x44, 0x44, 0x28,
|
267
|
+
|
268
|
+
/* character 0x64 ('d'): (width=6, offset=408) */
|
269
|
+
0x00, 0x38, 0x44, 0x44, 0x44, 0x7F,
|
270
|
+
|
271
|
+
/* character 0x65 ('e'): (width=6, offset=414) */
|
272
|
+
0x00, 0x38, 0x54, 0x54, 0x54, 0x08,
|
273
|
+
|
274
|
+
/* character 0x66 ('f'): (width=6, offset=420) */
|
275
|
+
0x00, 0x08, 0x7E, 0x09, 0x09, 0x00,
|
276
|
+
|
277
|
+
/* character 0x67 ('g'): (width=6, offset=426) */
|
278
|
+
0x00, 0x18, 0xA4, 0xA4, 0xA4, 0x7C,
|
279
|
+
|
280
|
+
/* character 0x68 ('h'): (width=6, offset=432) */
|
281
|
+
0x00, 0x7F, 0x04, 0x04, 0x78, 0x00,
|
282
|
+
|
283
|
+
/* character 0x69 ('i'): (width=6, offset=438) */
|
284
|
+
0x00, 0x00, 0x00, 0x7D, 0x40, 0x00,
|
285
|
+
|
286
|
+
/* character 0x6A ('j'): (width=6, offset=444) */
|
287
|
+
0x00, 0x40, 0x80, 0x84, 0x7D, 0x00,
|
288
|
+
|
289
|
+
/* character 0x6B ('k'): (width=6, offset=450) */
|
290
|
+
0x00, 0x7F, 0x10, 0x28, 0x44, 0x00,
|
291
|
+
|
292
|
+
/* character 0x6C ('l'): (width=6, offset=456) */
|
293
|
+
0x00, 0x00, 0x00, 0x7F, 0x40, 0x00,
|
294
|
+
|
295
|
+
/* character 0x6D ('m'): (width=6, offset=462) */
|
296
|
+
0x00, 0x7C, 0x04, 0x18, 0x04, 0x78,
|
297
|
+
|
298
|
+
/* character 0x6E ('n'): (width=6, offset=468) */
|
299
|
+
0x00, 0x7C, 0x04, 0x04, 0x78, 0x00,
|
300
|
+
|
301
|
+
/* character 0x6F ('o'): (width=6, offset=474) */
|
302
|
+
0x00, 0x38, 0x44, 0x44, 0x44, 0x38,
|
303
|
+
|
304
|
+
/* character 0x70 ('p'): (width=6, offset=480) */
|
305
|
+
0x00, 0xFC, 0x44, 0x44, 0x44, 0x38,
|
306
|
+
|
307
|
+
/* character 0x71 ('q'): (width=6, offset=486) */
|
308
|
+
0x00, 0x38, 0x44, 0x44, 0x44, 0xFC,
|
309
|
+
|
310
|
+
/* character 0x72 ('r'): (width=6, offset=492) */
|
311
|
+
0x00, 0x44, 0x78, 0x44, 0x04, 0x08,
|
312
|
+
|
313
|
+
/* character 0x73 ('s'): (width=6, offset=498) */
|
314
|
+
0x00, 0x08, 0x54, 0x54, 0x54, 0x20,
|
315
|
+
|
316
|
+
/* character 0x74 ('t'): (width=6, offset=504) */
|
317
|
+
0x00, 0x04, 0x3E, 0x44, 0x24, 0x00,
|
318
|
+
|
319
|
+
/* character 0x75 ('u'): (width=6, offset=510) */
|
320
|
+
0x00, 0x3C, 0x40, 0x20, 0x7C, 0x00,
|
321
|
+
|
322
|
+
/* character 0x76 ('v'): (width=6, offset=516) */
|
323
|
+
0x00, 0x1C, 0x20, 0x40, 0x20, 0x1C,
|
324
|
+
|
325
|
+
/* character 0x77 ('w'): (width=6, offset=522) */
|
326
|
+
0x00, 0x3C, 0x60, 0x30, 0x60, 0x3C,
|
327
|
+
|
328
|
+
/* character 0x78 ('x'): (width=6, offset=528) */
|
329
|
+
0x00, 0x6C, 0x10, 0x10, 0x6C, 0x00,
|
330
|
+
|
331
|
+
/* character 0x79 ('y'): (width=6, offset=534) */
|
332
|
+
0x00, 0x9C, 0xA0, 0x60, 0x3C, 0x00,
|
333
|
+
|
334
|
+
/* character 0x7A ('z'): (width=6, offset=540) */
|
335
|
+
0x00, 0x64, 0x54, 0x54, 0x4C, 0x00,
|
336
|
+
|
337
|
+
/* character 0x7B ('{'): (width=6, offset=546) */
|
338
|
+
0x00, 0x08, 0x3E, 0x41, 0x41, 0x00,
|
339
|
+
|
340
|
+
/* character 0x7C ('|'): (width=6, offset=552) */
|
341
|
+
0x00, 0x00, 0x00, 0x77, 0x00, 0x00,
|
342
|
+
|
343
|
+
/* character 0x7D ('}'): (width=6, offset=558) */
|
344
|
+
0x00, 0x00, 0x41, 0x41, 0x3E, 0x08,
|
345
|
+
|
346
|
+
/* character 0x7E ('~'): (width=6, offset=564) */
|
347
|
+
/*0x00, 0x02, 0x01, 0x02, 0x01, 0x00, */
|
348
|
+
0x40, 0x40, 0x0, 0x0, 0x40, 0x40,
|
349
|
+
|
350
|
+
/* character 0x7F (''): (width=6, offset=570) */
|
351
|
+
0x00, 0x3C, 0x26, 0x23, 0x26, 0x3C,
|
352
|
+
|
353
|
+
};
|
354
|
+
|