https://github.com/kekyo/esp-wrover-kit-lcd-demo
Minimal LCD demonstration on ESP-WROVER-KIT (ILI9341)
https://github.com/kekyo/esp-wrover-kit-lcd-demo
esp-wrover-kit esp32 hardware-spi ili9341 lcd minimum platformio software-spi ucglib
Last synced: 3 months ago
JSON representation
Minimal LCD demonstration on ESP-WROVER-KIT (ILI9341)
- Host: GitHub
- URL: https://github.com/kekyo/esp-wrover-kit-lcd-demo
- Owner: kekyo
- License: mit
- Created: 2022-09-05T01:35:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T03:03:46.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T23:22:28.438Z (3 months ago)
- Topics: esp-wrover-kit, esp32, hardware-spi, ili9341, lcd, minimum, platformio, software-spi, ucglib
- Language: C++
- Homepage:
- Size: 491 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minimal LCD demonstration on ESP-WROVER-KIT (ILI9341)
[](https://github.com/kekyo/esp-wrover-kit-lcd-demo/actions?query=branch%3Amain)
## 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.* ESP-WROVER-KIT (ESP-WROVER-KIT-VE (V1.4))
* Getting started guide: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/hw-reference/esp32/get-started-wrover-kit.html
* Schematic: https://dl.espressif.com/dl/schematics/ESP-WROVER-KIT_V4_1.pdf
* Distributor (Digikey): https://www.digikey.com/en/products/detail/espressif-systems/ESP-WROVER-KIT-VE/13584249
* Distributor (Mouser): https://www.mouser.com/ProductDetail/?qs=KUoIvG%2F9Ilbci6DcltJYaA%3D%3D
* Ucglib: https://github.com/olikraus/ucglibResults for running demo code:

## 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](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/jtag-debugging/configure-ft2232h-jtag.html).
* 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.