mirror of
https://github.com/shagr4th/droid48
synced 2025-01-01 06:20:14 +01:00
6 lines
130 B
C
6 lines
130 B
C
|
#define arrow_width 7
|
||
|
#define arrow_height 7
|
||
|
static unsigned char arrow_bits[] = {
|
||
|
0x00, 0x08, 0x18, 0x3f, 0x18, 0x08, 0x00};
|
||
|
|