Skip to content

Commit

Permalink
feat(lvgl_port_special_tutorial): add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YobeZhou committed Aug 15, 2023
1 parent c5d582f commit 552ff4b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/configs/navbar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const navbarZh: NavbarConfig = [
},
{
text: 'LVGL移植专题',
link: '/zh/DShanMCU_RA6M5/lvgl_port_special_tutorial/chapter1.md',
link: '/zh/DShanMCU_RA6M5/lvgl_port_special_tutorial/README.md',
},
{
text: `瑞萨系列`,
Expand Down
1 change: 1 addition & 0 deletions docs/.vuepress/configs/sidebar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const sidebarZh: SidebarConfig = {
text: 'LVGL移植专题',
collapsible: true,
children: [
'/zh/DShanMCU_RA6M5/lvgl_port_special_tutorial/README.md',
'/zh/DShanMCU_RA6M5/lvgl_port_special_tutorial/chapter1.md',
'/zh/DShanMCU_RA6M5/lvgl_port_special_tutorial/chapter2.md',
'/zh/DShanMCU_RA6M5/lvgl_port_special_tutorial/chapter3.md',
Expand Down
11 changes: 11 additions & 0 deletions docs/zh/DShanMCU_RA6M5/lvgl_port_special_tutorial/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 前言

瑞萨GUI (LVGL) 移植实战教程,基于 [DShanMCU-RA6M5开发套件](https://item.taobao.com/item.htm?id=728461040949) 、瑞萨e2studio(FSP4.5.0)、以及LVGL V8.3版本。教程内容主要包括:LVGL 的显示、输入设备(SPI屏)(触摸、按键、旋转编码器)的适配;LVGL显示、触摸的实现原理;后续LVGL学习、UI开发指导。

## 视频教程

此教程对应的视频教程:

- 哔哩哔哩: [https://www.bilibili.com/video/BV1gV4y1e7Sg](https://www.bilibili.com/video/BV1gV4y1e7Sg)

<iframe src="//player.bilibili.com/player.html?aid=872363633&bvid=BV1gV4y1e7Sg&cid=1235134134&page=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true"> </iframe>

0 comments on commit 552ff4b

Please sign in to comment.