mirror of
https://github.com/shagr4th/droid48
synced 2025-02-07 08:46:26 +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};
|
||
|
|