Get Started

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.

Supported LCD Types

  • Intel 8080 parallel LCD

  • DPI(RGB) LCD

  • SPI LCD

  • QSPI LCD

Supported driver ICs

  • ST7789

  • ST7701s

  • ST7735

  • ILI9488

  • RM67162

Compiling guide

Get the source code

cd micropython
git clone https://github.com/lbuque/lcd_binding_micropython.git extmod/lcd_binding_micropython

esp32

Note

Please prepare esp-idf release/v4.4 before compiling

For more detailed compilation of esp32, please refer to https://github.com/micropython/micropython/tree/master/ports/esp32

cd ports/esp32/
make USER_C_MODULES=../../../extmod/lcd_binding_micropython/lcd/micropython.cmake