A simple script to help converting png files to rgb565 (used in TFT_eSPI)
# If you use Archlinux, you can install it from the AUR
yay -S python-rgb565-converter
# Then, install the package
pip install rgb565-converter
# or
pip3 install rgb565-converter