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). --- data/bitmaps/RCXintro_15.png | Bin 0 -> 157 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 data/bitmaps/RCXintro_15.png (limited to 'data/bitmaps/RCXintro_15.png') diff --git a/data/bitmaps/RCXintro_15.png b/data/bitmaps/RCXintro_15.png new file mode 100644 index 0000000..e984994 Binary files /dev/null and b/data/bitmaps/RCXintro_15.png differ -- cgit v1.2.3