From 6ae00c3ad6c689e65854d65b92ba6ee78930ce36 Mon Sep 17 00:00:00 2001 From: Rbb666 Date: Thu, 17 Nov 2022 18:51:09 +0800 Subject: [PATCH] add lvgl and lvgl-nes to app-list --- .../rt-thread-smart/application-note/app-list/app-list.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rt-thread-version/rt-thread-smart/application-note/app-list/app-list.md b/rt-thread-version/rt-thread-smart/application-note/app-list/app-list.md index 0e90ded..9d0f58f 100644 --- a/rt-thread-version/rt-thread-smart/application-note/app-list/app-list.md +++ b/rt-thread-version/rt-thread-smart/application-note/app-list/app-list.md @@ -13,8 +13,8 @@ | 应用名 | 仓库或链接 | 状态 | 作者 / 移植者 | 移植教程 | | --------------------- | ------------------------------------------- | ------ | ------------- | ------------------------------------------------------------ | | 在 Smart 上跑 2048 小游戏 | [2048_for_rt-smart](https://github.com/yangjie11/2048_for_rt-smart) | 已完成 | RT-Thread 官方 | [教程链接](https://github.com/yangjie11/2048_for_rt-smart/blob/master/README.md) | -| 在此更新我的想法 | | | | | -| 在此更新我的想法 | | | | | +| 在 Smart 上运行主线 LVGL 图形引擎 | [littleVGL for rt-smart](https://github.com/Rbb666/RT-Smart-UserAPP/tree/main/userapps/media/lvgl) | 已完成 | RT-Thread 官方 | [教程链接](https://club.rt-thread.org/ask/article/e8bc90918bd055eb.html) | +| 在 Smart 上跑 nes 游戏 | [nes for rt-smart](https://github.com/Rbb666/RT-Smart-UserAPP/tree/main/userapps/media/lvgl-nes) | 已完成 | RT-Thread 官方 | | | 在此更新我的想法 | | | | | | 在此更新我的想法 | | | | | -- Gitee