Tools to generate and test RepRapFirmware LCD images
Go to file
James 4559a5ff03
Automatic output name
No longer needs an output file to be specified - uses whatever the input file was called, changes extension to .img
2021-02-07 10:15:13 +11:00
README.md Update README.md 2020-08-24 15:03:15 +10:00
RRF-Gen.py Automatic output name 2021-02-07 10:15:13 +11: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.

Usage: ./RRF-View.py [inputfile]

In use

I used this to generate some images for my menu setup