Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 564 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 564 Bytes

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