Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 2.62 KB

README.md

File metadata and controls

63 lines (43 loc) · 2.62 KB

LCD Driver for MicroPython

Contents:

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 alt text alt text alt text alt text alt text
ESP32-C3 alt text alt text alt text alt text alt text
ESP32-S2 alt text alt text alt text alt text alt text
ESP32-S3 alt text alt text alt text alt text alt text

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.

Related Repositories

References