https://github.com/commanderredyt/rgb565-converter
A simple script to help converting png files to rgb565
https://github.com/commanderredyt/rgb565-converter
cpp python python-3 python3 rgb565
Last synced: about 1 year ago
JSON representation
A simple script to help converting png files to rgb565
- Host: GitHub
- URL: https://github.com/commanderredyt/rgb565-converter
- Owner: CommanderRedYT
- License: gpl-3.0
- Created: 2021-12-30T17:33:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T18:26:11.000Z (about 1 year ago)
- Last Synced: 2025-03-31T18:40:48.400Z (about 1 year ago)
- Topics: cpp, python, python-3, python3, rgb565
- Language: Python
- Homepage:
- Size: 79.1 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rgb565-converter
[](https://github.com/CommanderRedYT/rgb565-converter/actions/workflows/ci.yaml)
A simple script to help converting png files to rgb565 (used in [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI))
## Install
### Archlinux
```bash
# If you use Archlinux, you can install it from the AUR
yay -S python-rgb565-converter
```
### Via Python Packager
```bash
# Then, install the package
pip install rgb565-converter
# or
pip3 install rgb565-converter
```