Skip to content

Commit 6465347

Browse files
committed
update slint porting guide
Signed-off-by: Zheng Hua <hua.zheng@embeddedboys.com>
1 parent 4a0d714 commit 6465347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/porting/slint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Slint 官网:[https://slint.dev/](https://slint.dev/)
2626

2727
微雪的这个拓展板总体上来说跟我们的拓展板差别还是非常大的,他们这个开发板是SPI驱动的ST7789,分辨率为320x240,使用XPT2046驱动电阻触摸屏。
2828

29-
第一版的时候我们的开发人员不清楚这部分接口的实现,所以使用下面这两个现成的 crate 实现了一个简单的移植
29+
第一版的时候我们使用两个现有的 crate 实现了一个简单的移植
3030
```toml
3131
display-interface-parallel-gpio = "0.7.0"
3232
mipidsi = "0.8.0"

0 commit comments

Comments
 (0)