Skip to content

Minimal LCD demonstration on ESP-WROVER-KIT (ILI9341)

License

Notifications You must be signed in to change notification settings

kekyo/esp-wrover-kit-lcd-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal LCD demonstration on ESP-WROVER-KIT (ILI9341)

esp-wrover-kit-lcd-demo CI build

What is this?

This is a minimalist demonstration for using Ucglib on ESP-WROVER-KIT-VE (V1.4) with PlatformIO (Arduino framework).

ESP-WROVER-KIT is a reference evaluation board kit officially released by Espressif. Useful beginnig with learning and understanding how to use ESP32 device architecture with reasonable cost.

You can choose for using Software-based SPI and Hardware-based SPI. The method of composition is easily understood. Hope this helps someone.

Results for running demo code:

LCD

Note

  • ESP-WROVER-KIT older version maybe doesn't run this demo code, because LCD controller is different.
  • ESP-WROVER-KIT has connectivity of debugger. In other words, you can debug your ESP32 code from VSCode. If you want to use debugger:
    • you have to configure "Bit-bang JTAG mode" on the serial device driver. See also: Configure ESP-WROVER-KIT JTAG Interface.
    • Start debugging with F5 key instead of write icon (right arrow). Debugger takes a long time to connect to the device (especially the first time!). Wait patiently until the "DEBUG CONSOLE" tab appears.

License

Under MIT.

Releases

No releases published

Packages

No packages published

Languages