mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2025-12-25 21:22:15 +11:00
6 lines
140 B
C
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
|
|
};
|