Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.77 KB

ugfx_example_en.md

File metadata and controls

46 lines (33 loc) · 1.77 KB

[中文]

ESP32 μGFX Widget

What You Need

For detailed introduction on μGFX and related configuration, please refer to μGFX Guide.

See the connection image below:

lcd_connect

The pins to be connected:

Name Pin Name Pin
WR 18 SCL 3
RS 5 SDA 1
D0 19 D8 25
D1 21 D9 26
D2 0 D10 12
D3 22 D11 13
D4 23 D12 14
D5 33 D13 15
D6 32 D14 2
D7 27 D15 4

Run the Example

  • Open Terminal and navigate to the directory examples/hmi/ugfx_example
  • Run make defconfig(Make) or idf.py defconfig(CMake) to apply the default configuration
  • Run make menuconfig(Make) or idf.py menuconfig(CMake) to set up the flashing-related configuration
  • Run make -j8 flash(Make) or idf.py flash(CMake) to build the example and flash it to the device

Example Demonstration

μgfx_example