mirror of
https://github.com/shagr4th/droid48
synced 2025-01-18 22:26:47 +01:00
5 lines
127 B
C
5 lines
127 B
C
#define diff_width 5
|
|
#define diff_height 7
|
|
static unsigned char diff_bits[] = {
|
|
0x0e, 0x10, 0x10, 0x1e, 0x11, 0x11, 0x0e};
|
|
|