RepRapFirmware-Image-Tools/README.md

23 lines
698 B
Markdown
Raw Permalink Normal View History

2020-08-24 14:27:23 +10:00
# RepRapFirmware-Image-Tools
2020-08-24 14:39:10 +10:00
Python tools to generate and test RepRapFirmware LCD images from any common image format. Preserves the pixel dimensions, reduces to single-colour.
## Requirements
Python3
2020-08-24 14:39:49 +10:00
2020-08-24 14:39:10 +10:00
math, sys, and PIL libraries installed
## RRF-Gen.py
Generates images for use with the [RepRapFirmware 128x64 LCD implementation](https://duet3d.dozuki.com/Wiki/Duet_2_Maestro_12864_display_menu_system)
2020-08-24 14:39:49 +10:00
2020-08-24 14:39:10 +10:00
Usage: `./RRF-Gen.py [inputfile] [outputfile]`
2020-08-24 14:39:49 +10:00
2020-08-24 14:39:10 +10:00
eg: `./RRF-Gen.py nozzle.gif nozzle.img`
## RRF-View.py
2020-08-24 15:03:15 +10:00
Displays a preview of the images.
Usage: `./RRF-View.py [inputfile]`
2020-08-24 14:39:10 +10:00
## In use
2020-08-24 14:39:49 +10:00
I used this to generate some images for [my menu setup](https://github.com/jameswood/Duet-Maestro-Menu)