This commit is contained in:
2026-08-04 17:03:04 +02:00
commit edf1e9fd8a
15 changed files with 820 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
/* Auto-generated by export-alpha-bitmap GIMP plugin */
/* 1 = opaque, 0 = transparent. MSB-first, rows padded to a byte. */
#define STATION_WIDTH 16
#define STATION_HEIGHT 16
#define STATION_BYTES_PER_ROW 2
static const unsigned char station[32] = {
0x7F, 0xFE,
0x84, 0x21,
0x84, 0x21,
0x84, 0x21,
0x84, 0x21,
0x7F, 0xFE,
0x22, 0x44,
0x12, 0x48,
0x0A, 0x50,
0x0A, 0x50,
0x0A, 0x50,
0x0A, 0x50,
0x0A, 0x50,
0x0A, 0x50,
0x0A, 0x50,
0x0F, 0xF0
};