Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.61 KB

ugfx_example_cn.md

File metadata and controls

46 lines (33 loc) · 1.61 KB

[EN]

ESP32 μGFX 控件示例

示例环境

μGFX 介绍及相关配置见 μGFX Guide

连接示意图:

lcd_connect

默认引脚连接:

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

运行示例

  • 进入到 examples/hmi/ugfx_example 目录下
  • 运行 make defconfig(Make) 或者 idf.py defconfig(CMake) 使用默认配置
  • 运行 make menuconfig(Make) 或者 idf.py menuconfig(CMake) 进行烧录相关配置
  • 运行 make -j8 flash(Make) 或者 idf.py flash(CMake) 编译、烧录程序到设备

示例结果

μgfx_example