Skip to content

A simple script to help converting png files to rgb565

License

Notifications You must be signed in to change notification settings

CommanderRedYT/rgb565-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rgb565-converter

CI

A simple script to help converting png files to rgb565 (used in TFT_eSPI)

Install

Archlinux

# If you use Archlinux, you can install it from the AUR
yay -S python-rgb565-converter

Via Python Packager

# Then, install the package
pip install rgb565-converter
# or
pip3 install rgb565-converter