st7789_mpy
Display driver
A driver for displaying graphics on ST7789-based displays with MicroPython
Fast pure-C driver for MicroPython that can handle display modules on ST7789 chip
196 stars
14 watching
43 forks
Language: C
last commit: 10 months ago
Linked from 1 awesome list
esp32esp8266micropythonmicropython-driverst7789
Related projects:
Repository | Description | Stars |
---|---|---|
russhughes/st7789_mpy | A MicroPython driver for an ST7789 display module with support for bitmap fonts, scrolling, rotation, and graphics operations. | 557 |
devbis/st7789py_mpy | A slow MicroPython driver for a 240x240 ST7789 display without CS pin support. | 85 |
russhughes/st7789s3_mpy | A C-based MicroPython driver for the TTGO T-Display-S3 st7789 display with various graphics and text rendering capabilities. | 62 |
russhughes/st7789py_mpy | A MicroPython driver for ST7789 displays | 163 |
russhughes/ili9342c_mpy | An ILI9342C display driver for MicroPython | 52 |
russhughes/gc9a01_mpy | A fast MicroPython driver for GC9A01 display modules with support for various features including display rotation, scrolling, and text rendering. | 152 |
antirez/st77xx-pure-mp | A pure MicroPython driver for ST77xx displays with low memory requirements and optimized direct memory access. | 23 |
onemadgypsy/upy-st7789 | A driver that provides a simple interface to control ST7789 displays | 1 |
minyiky/lvgl_esp32_gc9a01 | A driver that enables LVGL micropython bindings on ESP32 for the GC901 display driver | 10 |
sakartu/tm74hc595 | A driver for 8-segment displays controlled by the TM74HC595 controller | 5 |
cheungbx/st7735_micropython | Drivers for an LCD display controller on ESP8266 boards using the Micropython Python interpreter | 2 |
russhughes/wt32sc01py | A MicroPython driver for an 8-bit parallel display with support for rotation and text drawing. | 12 |
russhughes/st7789s3_esp_lcd | A MicroPython driver for connecting to cheap ST7789 displays using ESPLCD and DMA. | 17 |
pdwerryhouse/max7219_8digit | A driver for connecting 8x7 digit displays to microcontrollers using SPI protocol | 23 |
russhughes/gc9a01py | A display driver for microcontrollers, supporting bitmap fonts and basic graphics | 41 |