mirror of
https://github.com/shagr4th/droid48
synced 2024-12-27 21:58:23 +01:00
5 lines
130 B
C
5 lines
130 B
C
#define arrow_width 7
|
|
#define arrow_height 7
|
|
static unsigned char arrow_bits[] = {
|
|
0x00, 0x08, 0x18, 0x3f, 0x18, 0x08, 0x00};
|
|
|