Ecosyste.ms: Awesome

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

https://github.com/schumixmd/TTGO-ST7789-MicroPython

Micropython ST7789 display driver for TTGO T-Display ESP32 CP2104 WiFi Bluetooth Module 1.14 Inch LCD
https://github.com/schumixmd/TTGO-ST7789-MicroPython

Last synced: 2 months ago
JSON representation

Micropython ST7789 display driver for TTGO T-Display ESP32 CP2104 WiFi Bluetooth Module 1.14 Inch LCD

Lists

README

        

MicroPython driver for ST7789v LCD as found on the board "TTGO T-Display ESP32 CP2104 WiFi bluetooth Module 1.14 Inch LCD Development Board LILYGO for Arduino"

I have not found any library that will work with this Chinese clone DevBoard plug-n-play, so I had to do some coding.

The driver is a draft and mix of code from following repositories:
https://github.com/devbis/st7789py_mpy
https://github.com/lewisxhe/mPython_ST7789
https://github.com/rdagger/micropython-ssd1351
https://github.com/boochow/MicroPython-ST7735

The display size is 135x240 pixels

The driver doesn't draw text or pictures, only few primitives:
- rectangle
- filled rectange
- line
- horizontal line
- vertical line
- pixel