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). --- .build.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.build.yml') diff --git a/.build.yml b/.build.yml index a1e1834..9eeff95 100644 --- a/.build.yml +++ b/.build.yml @@ -5,6 +5,7 @@ packages: - wget - unzip - nbc + - python3-pil sources: - https://git.sr.ht/~ni/nxt-firmware environment: -- cgit v1.2.3