Browse Source

[Renesas]Add tft-lcd pin connection description

Rbb666 2 years ago
parent
commit
3abfd4e5c1

+ 2 - 1
bsp/renesas/README.md

@@ -8,7 +8,8 @@ RA 系列 BSP 目前支持情况如下表所示:
 | **RA6 系列**              |                          |
 | **RA6 系列**              |                          |
 | [ra6m4-cpk](ra6m4-cpk) | Renesas 官方 CPK-RA6M4 开发板 |
 | [ra6m4-cpk](ra6m4-cpk) | Renesas 官方 CPK-RA6M4 开发板 |
 | [ra6m4-iot](ra6m4-iot) | Renesas 官方 IOT-RA6M4 开发板 |
 | [ra6m4-iot](ra6m4-iot) | Renesas 官方 IOT-RA6M4 开发板 |
-| **RA2 系列**              |                          |
+| [ra6m3-ek](ra6m3-ek)   | Renesas 官方 RA6M3-EK 开发板  |
+| **RA2 系列**           |                               |
 | [ra2l1-cpk](ra2l1-cpk) | Renesas 官方 CPK-RA2L1 开发板 |
 | [ra2l1-cpk](ra2l1-cpk) | Renesas 官方 CPK-RA2L1 开发板 |
 
 
 可以通过阅读相应 BSP 下的 README 来快速上手,如果想要使用 BSP 更多功能可参考 docs 文件夹下提供的说明文档,如下表所示:
 可以通过阅读相应 BSP 下的 README 来快速上手,如果想要使用 BSP 更多功能可参考 docs 文件夹下提供的说明文档,如下表所示:

+ 6 - 0
bsp/renesas/ra6m3-ek/docs/lvgl使用文档.md

@@ -58,6 +58,12 @@
 
 
 ## SPI(ILI9431) 屏使用配置
 ## SPI(ILI9431) 屏使用配置
 
 
+### 硬件连接
+
+硬件按照如下引脚进行连接:
+
+![](picture/lvgl/tft-pin.png)
+
 在 `Hardware Drivers Config → On-chip Peripheral Drivers → Enable LVGL for LCD` 中使能 `Enable LVGL for LCD_ILI9431` 选项
 在 `Hardware Drivers Config → On-chip Peripheral Drivers → Enable LVGL for LCD` 中使能 `Enable LVGL for LCD_ILI9431` 选项
 
 
 ![](picture/lvgl/01.png)
 ![](picture/lvgl/01.png)

BIN
bsp/renesas/ra6m3-ek/docs/picture/lvgl/tft-pin.png