mirror of
https://github.com/shagr4th/droid48
synced 2025-01-20 22:26:57 +01:00
6 lines
213 B
C
6 lines
213 B
C
#define minus_width 10
|
|
#define minus_height 10
|
|
static unsigned char minus_bits[] = {
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0x03, 0xff, 0x03,
|
|
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|
|
|