mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
6 lines
186 B
C
6 lines
186 B
C
|
|
#define x9_width 9
|
||
|
|
#define x9_height 9
|
||
|
|
static unsigned char x9_bits[] = {
|
||
|
|
0xFF, 0x01, 0x83, 0x01, 0x45, 0x01, 0x29, 0x01, 0x11, 0x01, 0x29, 0x01,
|
||
|
|
0x45, 0x01, 0x83, 0x01, 0xFF, 0x01 };
|