Add hi-score graphics

This commit is contained in:
hkz 2025-07-25 19:51:08 +02:00
commit 10dc668d9e
8 changed files with 41 additions and 8 deletions

View file

@ -11,4 +11,8 @@ extern const uint8_t score_pic_data[];
#define MOVES_PIC_HEIGHT 14
extern const uint8_t moves_pic_data[];
#define HIGH_PIC_WIDTH_BYTES 8
#define HIGH_PIC_HEIGHT 14
extern const uint8_t high_pic_data[];
#endif /* _GRAPH_MISC_DATA_HEADER_ */