Page 1 of 1

LCD library for ESP32-WROVER-KIT v4.1

Posted: Fri May 14, 2021 1:29 am
by orbitcoms
Is there a library available for the LCD on the WROVER KIT that provides a simple function to write text to the display?

Re: LCD library for ESP32-WROVER-KIT v4.1

Posted: Fri May 14, 2021 10:35 am
by ESP_georgik
LVGL has nice example of UI for WROVER-KIT v.4.1: https://github.com/lvgl/lv_port_esp32

Code: Select all

git clone --recurse-submodules https://github.com/lvgl/lv_port_esp32.git
cd lv_port_esp32
idf.py build flash --port PORT_NAME