auto generate images

This commit is contained in:
Klemek
2024-03-15 18:30:44 +01:00
parent f0cb160243
commit 9ed4990d58
990 changed files with 27849 additions and 13594 deletions
+15
View File
@@ -0,0 +1,15 @@
// '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
};