lbuque / lcd_binding_micropython

LCD driver for micropython. Support intel8080 and rgb parallel interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

LCD driver for micropython. Support intel8080 and rgb parallel interface.

License:MIT License


Languages

Language:C 98.2%Language:CMake 1.8%