TK2048/src/arrows_pic.c
2025-07-23 11:19:10 +02:00

6 lines
140 B
C

#include <stdint.h>
const uint8_t arrows_pic[] = {
0x00, 0x00, 0x00, 0x08, 0x1C, 0x3E, 0x7F,
0x40, 0x60, 0x70, 0x78, 0x70, 0x60, 0x40
};