maorduino/tools/gimp_img_conv/README.txt

16 lines
298 B
Plaintext
Raw Permalink Normal View History

2024-04-03 07:58:55 +01:00
gimp_img_conv
===
convert the 8-8-8 bit format of exporting a RGB image as a .c file from gimp into the 5-6-5 bit format the arduino we use uses.
2024-04-03 08:27:42 +01:00
instructions:
1. export 120x120 image as .c file to base_image.c
2. `./run.sh > new_image.c`
3. `cp new_image.c ../../program/image.c`
4. profit