Skip to content

Drivers for RGB displays for Adafruit CircuitPython.

License

Notifications You must be signed in to change notification settings

hexthat/TG-RGB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

A modified version of https://github.com/adafruit/Adafruit_CircuitPython_RGB_Display.git that adds text and other comforts. Only supports the ST7735r display for now, I did not release any other displays because I lack the hardware to test such code.

Note

This driver currently won't work on micropython.org firmware.

This CircuitPython driver currently supports displays that use the following display-driver chips: ST7735R.

Dependencies

This driver depends on:

Please ensure all dependencies are available on the CircuitPython filesystem, with TG_RGB & TG_Fonts inside of a folder marked 'TG_Modules' This is easily achieved by downloading

Contributing

Contributions are welcome! Please read Adafruit's Code of Conduct before contributing to help this project stay welcoming.

Building locally

To build this library locally you'll need to install the circuitpython-build-tools package.

python3 -m venv .env
source .env/bin/activate
pip install circuitpython-build-tools

Once installed, make sure you are in the virtual environment:

source .env/bin/activate

Then run the build:

circuitpython-build-bundles --filename_prefix adafruit-circuitpython-rgb_display --library_location .

About

Drivers for RGB displays for Adafruit CircuitPython.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%