schumixmd / TTGO-ST7789-MicroPython

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 70.0%Language:Python 30.0%