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: 3 months ago
JSON representation
Micropython ST7789 display driver for TTGO T-Display ESP32 CP2104 WiFi Bluetooth Module 1.14 Inch LCD
- Host: GitHub
- URL: https://github.com/schumixmd/TTGO-ST7789-MicroPython
- Owner: schumixmd
- Created: 2020-01-09T16:55:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T18:28:58.000Z (almost 5 years ago)
- Last Synced: 2024-04-29T11:34:14.078Z (6 months ago)
- Language: C
- Size: 121 KB
- Stars: 16
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
- awesome-micropython - TTGO-ST7789-MicroPython - MicroPython ST7789 display driver for TTGO T-Display ESP32 CP2104 WiFi Bluetooth Module 1.14 Inch LCD. (Libraries / Display)
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 pixelsThe driver doesn't draw text or pictures, only few primitives:
- rectangle
- filled rectange
- line
- horizontal line
- vertical line
- pixel