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

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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

About

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

Resources

Readme

Activity

Stars

18 stars

Watchers

1 watching

Forks

6 forks

Releases

No releases published