lcd_binding_micropython
lcd_binding_micropython copied to clipboard
LCD driver for micropython. Support intel8080 and rgb parallel interface.
LCD Driver for MicroPython
Contents:
- LCD Driver for MicroPython
- Introduction
- Features
- Documentation
- References
- Future plans
Introduction
This driver is based on esp_lcd.
Currently only some basic functions are supported.It will be compatible with st7789_mpy in the future.
Features
The following display driver ICs are supported:
- Support for ST7789 displays
- Support for ST7701 displays (based on esp_lcd)
- Support for ST7735 displays
- Support for ILI9488 displays
- Support for RM67162 displays
Supported boards:
| Driver IC | Hardware SPI | Software SPI | Hardware QSPI | I8080 | DPI(RGB) |
|---|---|---|---|---|---|
| ESP32 | |||||
| ESP32-C3 | |||||
| ESP32-S2 | |||||
| ESP32-S3 |
Documentation
API documentation for this library can be found on Read the Docs.
More
If you need to support more screens, please provide corresponding hardware.