diff --git a/rt-thread-version/rt-thread-standard/packages-manual/lvgl-docs/introduction.md b/rt-thread-version/rt-thread-standard/packages-manual/lvgl-docs/introduction.md index 17cd07360ea45f2f3b3135d0fa735a07d0b47d07..bcc30e7321aea36868252f5fdf393113ad465ead 100644 --- a/rt-thread-version/rt-thread-standard/packages-manual/lvgl-docs/introduction.md +++ b/rt-thread-version/rt-thread-standard/packages-manual/lvgl-docs/introduction.md @@ -8,10 +8,12 @@ | ------------------------------------------------------------ | ---- | | [QEMU 模拟器](https://github.com/RT-Thread/rt-thread/tree/master/bsp/qemu-vexpress-a9) | | | [Visual Studio 模拟器](https://github.com/RT-Thread/rt-thread/tree/master/bsp/simulator) | | -| [正点原子 STM32L475 潘多拉](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32l475-atk-pandora) | | -| [正点原子 STM32F407 探索者](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32f407-atk-explorer/applications/lvgl) | | | [新唐 nk-980iot](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/nk-980iot/applications/lvgl) | | | [新唐 nk-n9h30](https://github.com/RT-Thread/rt-thread/tree/master/bsp/nuvoton/nk-n9h30/applications/lvgl) | | +| [正点原子 STM32L475 潘多拉](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32l475-atk-pandora) | | +| [正点原子 STM32F407 探索者](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32f407-atk-explorer/applications/lvgl) | | +| [STM32F469 Discovery](https://github.com/RT-Thread/rt-thread/tree/master/bsp/stm32/stm32f469-st-disco/applications/lvgl) | | +| [Raspberry PICO](https://github.com/RT-Thread/rt-thread/tree/master/bsp/raspberry-pico/applications/lvgl) | | RT-Thread 的两款模拟器均适配了 LVGL,你可以不需要开发板也可以在 RT-Thread 操作系统上运行 LVGL 图形库。在已经适配好的 BSP 中,用户一键即可完成 LVGL 的配置并生成工程,编译下载后,自动演示 LVGL 的例程。如何配置请参考文档或(及)讲解视频。