mirror of
https://github.com/shagr4th/droid48
synced 2024-12-27 21:58:23 +01:00
6 lines
194 B
C
6 lines
194 B
C
#define exp_width 11
|
|
#define exp_height 9
|
|
static unsigned char exp_bits[] = {
|
|
0x80, 0x04, 0x00, 0x03, 0x00, 0x01, 0x8c, 0x02, 0x52, 0x02, 0x09, 0x00,
|
|
0x07, 0x00, 0x21, 0x00, 0x1e, 0x00};
|
|
|