mirror of
https://github.com/shagr4th/droid48
synced 2025-02-01 07:57:37 +01:00
5 lines
118 B
C
5 lines
118 B
C
#define Q_width 5
|
|
#define Q_height 7
|
|
static unsigned char Q_bits[] = {
|
|
0x0e, 0x11, 0x11, 0x11, 0x15, 0x09, 0x16};
|
|
|