Configuring the ESP-WROVER-KIT v4 board

Before we compile and flash our program to the ESP32 board, we should configure our project. In this section, the ESP32 board model is ESP-WROVER-KIT v4. We configure the LCD model and flash size using menuconfig. To do so, follow these steps:

  1. Open the Terminal and navigate to your project folder.
  2. Run menuconfig by typing the following command:
$ make menuconfig
  1. You will get a form as shown in Figure 2-9. Select TFT Display DEMO Configuration from this form:
Figure 2-9: Configuring the TFT Display demo
  1. You will get a form as shown in Figure 2-10. You can select Select predefined display configuration ...

Get Internet of Things Projects with ESP32 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.