Skip to content

Commit 72b4956

Browse files
committed
docs: duo spi lvgl demo table style fixed
1 parent d3d72ce commit 72b4956

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

docs/duo/resources/spilvgl.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ Next, perform wiring configuration based on the Duo pin position reference. Note
102102

103103
#### DuoS
104104

105+
<div className='gpio_style'>
106+
105107
| DuoS Pin | ST7789V |
106108
|:------------------|:--------:|
107109
| PIN 25: GND | GND |
@@ -113,7 +115,9 @@ Next, perform wiring configuration based on the Duo pin position reference. Note
113115
| PIN 24: B16 | CS |
114116
| PIN 1: 3V3 | BL |
115117

116-
<Image src='/docs/duo/lvgl/duos-lvgl-fb-240x320.webp' maxWidth='90%' align='center' />
118+
</div>
119+
120+
<Image src='/docs/duo/lvgl/duos-lvgl-fb-240x320.webp' maxWidth='60%' align='center' />
117121

118122
### Test screen display
119123

i18n/zh/docusaurus-plugin-content-docs/current/duo/resources/spilvgl.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ CONFIG_FB_TFT_ST7789V=y
102102

103103
#### DuoS
104104

105+
<div className='gpio_style'>
106+
105107
| DuoS 物理引脚 | ST7789V |
106108
|:------------------|:--------:|
107109
| PIN 25: GND | GND |
@@ -113,7 +115,9 @@ CONFIG_FB_TFT_ST7789V=y
113115
| PIN 24: B16 | CS |
114116
| PIN 1: 3V3 | BL |
115117

116-
<Image src='/docs/duo/lvgl/duos-lvgl-fb-240x320.webp' maxWidth='90%' align='center' />
118+
</div>
119+
120+
<Image src='/docs/duo/lvgl/duos-lvgl-fb-240x320.webp' maxWidth='60%' align='center' />
117121

118122
### 测试屏显示是否正常
119123

0 commit comments

Comments
 (0)