🧑‍💻 Update example build scripts

This commit is contained in:
Scott Lahteine 2024-12-16 15:06:41 -06:00
parent c7e10c5622
commit f0b960e2ef
22 changed files with 201 additions and 47909 deletions

View file

@ -5,8 +5,7 @@
#
# Usage: rle16_compress_cpp_image_data.py INPUT_FILE.cpp OUTPUT_FILE.cpp
#
import sys,struct
import re
import sys, struct, re
def addCompressedData(input_file, output_file):
ofile = open(output_file, 'wt')