Skip to content

lbuque/lcd_binding_micropython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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