Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```