From 317b6f892ff3ee844cf7224daf36ccc7a8ebb8ba Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Tue, 27 Aug 2024 23:42:19 +0200 Subject: Generate source files from readable data files Reverse the operation from previous commit, now use the readable data files to generate source header files. This opens the door for future improvement of the data format to allow compression for example. Now Python is needed to build the firmware, with Pillow module (Python Imaging Library). --- src/RCXintro_13.txt | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 src/RCXintro_13.txt (limited to 'src/RCXintro_13.txt') diff --git a/src/RCXintro_13.txt b/src/RCXintro_13.txt deleted file mode 100644 index ea7a584..0000000 --- a/src/RCXintro_13.txt +++ /dev/null @@ -1,13 +0,0 @@ -const BMPMAP RCXintro_13 = -{ - 0x02,0x00, // Graphics Format - 0x00,0xC0, // Graphics DataSize - 0x03, // Graphics Start X - 0x20, // Graphics Start Y - 0x5E, // Graphics Width - 0x10, // Graphics Height - { - 0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x00,0xC0,0xC0,0x00,0x00,0x00,0x00,0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x00,0xF8,0xF8,0x18,0xD8,0xD8,0x18,0xF8,0xF8,0x00,0x00,0xE0,0xE0,0x00,0x00,0x00,0x00,0x20,0x20,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0xE0,0xE0,0x00,0x00,0x00,0xC0,0xC0, - 0x07,0x07,0x00,0x00,0x07,0x07,0x00,0x00,0x07,0x07,0x00,0x00,0x07,0x07,0x00,0x00,0x07,0x07,0x00,0x00,0x00,0x00,0x07,0x07,0x00,0x00,0x07,0x07,0x00,0x00,0x00,0x00,0x07,0x07,0x00,0x00,0x06,0x06,0x00,0x00,0x00,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x06,0x00,0x00,0x06,0x07,0x07,0x00,0x00,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x00,0x00,0x07,0x07,0x00,0x00,0x07,0x07,0x00,0x00,0x06,0x06,0x00,0x00,0x00,0x07,0x07 - } -}; -- cgit v1.2.3