Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 26 days 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-03T13:31:48.000Z (about 1 month ago)
- Last Synced: 2024-10-12T09:41:16.377Z (26 days ago)
- Topics: cpp, python, python-3, python3, rgb565
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 4
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rgb565-converter
[![CI](https://github.com/CommanderRedYT/rgb565-converter/actions/workflows/ci.yaml/badge.svg)](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
```