Add tiny_train sprite

This commit is contained in:
2025-04-25 03:18:49 +02:00
parent 16f7d80677
commit 76cca9c1c0
4 changed files with 18 additions and 6 deletions
+14
View File
@@ -81,3 +81,17 @@ static const uint8_t PROGMEM spinny[][8] = {
0x00,
},
};
static const uint16_t PROGMEM tiny_train_dims[] = {24, 9, 1};
static const uint8_t PROGMEM tiny_train[][27] = {
{
0x00, 0x04, 0x00,
0x00, 0x02, 0x00,
0x01, 0xff, 0xfe,
0x00, 0xa4, 0x94,
0x01, 0x24, 0x92,
0x01, 0x24, 0x92,
0x03, 0xfc, 0xff,
0x03, 0xff, 0xff,
0x01, 0xb0, 0x36,
},
};