Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 2.36 KB

File metadata and controls

49 lines (30 loc) · 2.36 KB
Supported Targets ESP32-P4

LVGL (v9) Performance Test

This example demonstrates how to port LVGL v9 and conduct performance testing using LVGL's built-in demos.

Getting Started

Prerequisites

  • An ESP32-P4-Function-EV-Board.
  • A 7-inch 1024 x 600 LCD screen powered by the EK79007 IC, accompanied by a 32-pin FPC connection adapter board (LCD Specifications).
  • A USB-C cable for power supply and programming.
  • Please refer to the following steps for the connection:
    • Step 1. According to the table below, connect the pins on the back of the screen adapter board to the corresponding pins on the development board.

      Screen Adapter Board ESP32-P4-Function-EV-Board
      5V (any one) 5V (any one)
      GND (any one) GND (any one)
      PWM GPIO26
      LCD_RST GPIO27
    • Step 2. Connect the FPC of LCD through the MIPI_DSI interface.

    • Step 3. Use a USB-C cable to connect the USB-UART port to a PC (Used for power supply and viewing serial output).

    • Step 4. Turn on the power switch of the board.

ESP-IDF Required

  • This example supports IDF release/v5.3 and later branches. By default, it runs on IDF release/v5.3.
  • Please follow the ESP-IDF Programming Guide to set up the development environment. We highly recommend you Build Your First Project to get familiar with ESP-IDF and make sure the environment is set up correctly.

Configuration

Run idf.py menuconfig and go to Board Support Package.

How to Use the Example

Build and Flash the Example

Run idf.py -p PORT flash monitor to build, flash and monitor the project.

(To exit the serial monitor, type Ctrl-].)

See the Getting Started Guide for full steps to configure and use ESP-IDF to build projects.