Files
watchy/watchfaces/pokemon-2.0/ui_other.h
T
Klemek 3d610e4d1d fix
2024-03-15 18:33:34 +01:00

16 lines
293 B
C
Executable File

// 'bar_0', 8x4px
const unsigned char bar_0 [] PROGMEM = {
0x00, 0x80, 0x00, 0x80
};
// 'bar_1', 8x4px
const unsigned char bar_1 [] PROGMEM = {
0x80, 0x00, 0x80, 0x00
};
// 'cursor', 8x9px
const unsigned char cursor [] PROGMEM = {
0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xfc, 0xf8, 0xf0, 0xe0
};