mirror of https://github.com/RT-Thread/rt-thread
[Renesas]Update lvgl document
This commit is contained in:
parent
b8988227d7
commit
dc77d8fcb6
|
@ -190,10 +190,6 @@ menu "Hardware Drivers Config"
|
||||||
default n
|
default n
|
||||||
select RT_USING_SPI
|
select RT_USING_SPI
|
||||||
if BSP_USING_SPI
|
if BSP_USING_SPI
|
||||||
config BSP_SPI_USING_DTC_DMA
|
|
||||||
bool "Enable SPI DTC transfers data without using the CPU."
|
|
||||||
default n
|
|
||||||
|
|
||||||
config BSP_USING_SPI0
|
config BSP_USING_SPI0
|
||||||
bool "Enable SPI0 BUS"
|
bool "Enable SPI0 BUS"
|
||||||
default n
|
default n
|
||||||
|
@ -201,7 +197,13 @@ menu "Hardware Drivers Config"
|
||||||
config BSP_USING_SPI1
|
config BSP_USING_SPI1
|
||||||
bool "Enable SPI1 BUS"
|
bool "Enable SPI1 BUS"
|
||||||
default n
|
default n
|
||||||
|
endif
|
||||||
|
|
||||||
|
menuconfig BSP_USING_SCI_SPI
|
||||||
|
bool "Enable SCI SPI BUS"
|
||||||
|
default n
|
||||||
|
select RT_USING_SPI
|
||||||
|
if BSP_USING_SCI_SPI
|
||||||
config BSP_USING_SCI_SPI0
|
config BSP_USING_SCI_SPI0
|
||||||
bool "Enable SCI SPI0 BUS"
|
bool "Enable SCI SPI0 BUS"
|
||||||
default n
|
default n
|
||||||
|
@ -220,7 +222,6 @@ menu "Hardware Drivers Config"
|
||||||
config BSP_USING_SCI_SPI9
|
config BSP_USING_SCI_SPI9
|
||||||
bool "Enable SCI SPI9 BUS"
|
bool "Enable SCI SPI9 BUS"
|
||||||
default n
|
default n
|
||||||
|
|
||||||
endif
|
endif
|
||||||
endmenu
|
endmenu
|
||||||
menu "Board extended module Drivers"
|
menu "Board extended module Drivers"
|
||||||
|
|
|
@ -50,20 +50,6 @@ menu "Hardware Drivers Config"
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
menuconfig BSP_USING_SPI
|
|
||||||
bool "Enable SPI BUS"
|
|
||||||
default n
|
|
||||||
select RT_USING_SPI
|
|
||||||
if BSP_USING_SPI
|
|
||||||
config BSP_USING_SPI0
|
|
||||||
bool "Enable SPI0 BUS"
|
|
||||||
default n
|
|
||||||
|
|
||||||
config BSP_USING_SPI1
|
|
||||||
bool "Enable SPI1 BUS"
|
|
||||||
default n
|
|
||||||
endif
|
|
||||||
|
|
||||||
menuconfig BSP_USING_FS
|
menuconfig BSP_USING_FS
|
||||||
bool "Enable File System"
|
bool "Enable File System"
|
||||||
select RT_USING_DFS
|
select RT_USING_DFS
|
||||||
|
@ -102,6 +88,12 @@ menu "Hardware Drivers Config"
|
||||||
config BSP_USING_SCI_SPI0
|
config BSP_USING_SCI_SPI0
|
||||||
bool "Enable SCI SPI0 BUS"
|
bool "Enable SCI SPI0 BUS"
|
||||||
default n
|
default n
|
||||||
|
config BSP_USING_SCI_SPI1
|
||||||
|
bool "Enable SCI SPI1 BUS"
|
||||||
|
default n
|
||||||
|
config BSP_USING_SCI_SPI2
|
||||||
|
bool "Enable SCI SPI2 BUS"
|
||||||
|
default n
|
||||||
config BSP_USING_SCI_SPI3
|
config BSP_USING_SCI_SPI3
|
||||||
bool "Enable SCI SPI3 BUS"
|
bool "Enable SCI SPI3 BUS"
|
||||||
default n
|
default n
|
||||||
|
|
|
@ -68,6 +68,10 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
接着在 `RT-Thread online packages → peripheral libraries and drivers → TFT-LCD ILI9341 SPI screen driver software package` 路径下配置 `ILI9341` 屏幕参数
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
接下来退出菜单界面,输入 `pkgs --update` 命令手动联网获取 lvgl 的软件包到 `packages` 文件夹下
|
接下来退出菜单界面,输入 `pkgs --update` 命令手动联网获取 lvgl 的软件包到 `packages` 文件夹下
|
||||||
|
|
||||||

|

|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
|
@ -337,6 +337,12 @@ menu "Hardware Drivers Config"
|
||||||
config BSP_USING_SCI_SPI0
|
config BSP_USING_SCI_SPI0
|
||||||
bool "Enable SCI SPI0 BUS"
|
bool "Enable SCI SPI0 BUS"
|
||||||
default n
|
default n
|
||||||
|
config BSP_USING_SCI_SPI1
|
||||||
|
bool "Enable SCI SPI1 BUS"
|
||||||
|
default n
|
||||||
|
config BSP_USING_SCI_SPI2
|
||||||
|
bool "Enable SCI SPI2 BUS"
|
||||||
|
default n
|
||||||
config BSP_USING_SCI_SPI3
|
config BSP_USING_SCI_SPI3
|
||||||
bool "Enable SCI SPI3 BUS"
|
bool "Enable SCI SPI3 BUS"
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Reference in New Issue