Tools to generate and test RepRapFirmware LCD images
Go to file
James Wood 0fad25dc91 First commit 2020-08-24 14:39:10 +10:00
README.md First commit 2020-08-24 14:39:10 +10:00
RRF-Gen.py First commit 2020-08-24 14:39:10 +10:00
RRF-View.py First commit 2020-08-24 14:39:10 +10:00
nozzle.gif First commit 2020-08-24 14:39:10 +10:00
nozzle.img First commit 2020-08-24 14:39:10 +10:00

README.md

RepRapFirmware-Image-Tools

Python tools to generate and test RepRapFirmware LCD images from any common image format. Preserves the pixel dimensions, reduces to single-colour.

Requirements

Python3 math, sys, and PIL libraries installed

RRF-Gen.py

Generates images for use with the RepRapFirmware 128x64 LCD implementation Usage: ./RRF-Gen.py [inputfile] [outputfile] eg: ./RRF-Gen.py nozzle.gif nozzle.img

RRF-View.py

Displays a preview of the images

In use

I used this to generate some images for my menu setup