From 1d5af9d784a45b4317be8e13f8417ec45316ce26 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Fri, 23 Aug 2024 17:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E8=B5=84=E6=96=99=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- ...1.9inch_LCD_Module_fbtft_驱动_for_RK356x.md | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/Hardware/Component/Screen/SPI/Waveshare/1.9inch_LCD_Module/1.9inch_LCD_Module_fbtft_驱动_for_RK356x.md b/Hardware/Component/Screen/SPI/Waveshare/1.9inch_LCD_Module/1.9inch_LCD_Module_fbtft_驱动_for_RK356x.md index c8bf19d..0407d95 100644 --- a/Hardware/Component/Screen/SPI/Waveshare/1.9inch_LCD_Module/1.9inch_LCD_Module_fbtft_驱动_for_RK356x.md +++ b/Hardware/Component/Screen/SPI/Waveshare/1.9inch_LCD_Module/1.9inch_LCD_Module_fbtft_驱动_for_RK356x.md @@ -435,11 +435,13 @@ cat /dev/zero > /dev/fb0 3. [使用 LicheeRV 86 Panel 与 Tina BSP 实现 RGB 与 SPI 双屏显示](https://wiki.sipeed.com/soft/Lichee/zh/Lichee-RV/contribution/Dual_screen_display/Dual_screen_display.html) 4. [ST7789 TFT_eSPI 1.9寸170x320屏幕旋转及显示偏移问题](https://blog.csdn.net/wdalfred/article/details/135296873) 5. [ST7789屏幕显示方向设置](https://blog.csdn.net/m0_63674807/article/details/140695401) -6. [【鲁班猫2】基于SPI子系统编写一个GC9A01的屏幕驱动](https://blog.csdn.net/qq_42795119/article/details/139299821) -7. [泰山派rk3566 spi驱动st7789 tft lcd屏幕](https://blog.csdn.net/weixin_73794909/article/details/139270013) -8. [全志R128应用开发案例——SPI驱动ST7789V1.3寸LCD](https://cloud.tencent.com/developer/article/2386936) -9. [嵌入式Linux 学习笔记 (一) fbtft使用笔记](https://blog.csdn.net/weixin_42487906/article/details/126042279) -10. [深入理解FBTFT--使用篇](https://blog.csdn.net/qq_40937426/article/details/108890623) -11. [TFT驱动ST7789使用总结](https://blog.csdn.net/qq_28576837/article/details/130694215) -12. [嵌入式Linux使用TFT屏幕:使用TinyDRM点亮ST7789V屏幕](https://blog.csdn.net/CNflysky/article/details/120492583) -13. [DRM驱动移植spi显示屏(st7789芯片驱动)](https://blog.csdn.net/zichuanning520/article/details/130028390) +6. [Linux驱动开发 / fbtft源码速读](https://zhuanlan.zhihu.com/p/334941197) +7. [【鲁班猫2】基于SPI子系统编写一个GC9A01的屏幕驱动](https://blog.csdn.net/qq_42795119/article/details/139299821) +8. [泰山派rk3566 spi驱动st7789 tft lcd屏幕](https://blog.csdn.net/weixin_73794909/article/details/139270013) +9. [全志R128应用开发案例——SPI驱动ST7789V1.3寸LCD](https://cloud.tencent.com/developer/article/2386936) +10. [嵌入式Linux 学习笔记 (一) fbtft使用笔记](https://blog.csdn.net/weixin_42487906/article/details/126042279) +11. [深入理解FBTFT--使用篇](https://blog.csdn.net/qq_40937426/article/details/108890623) +12. [TFT驱动ST7789使用总结](https://blog.csdn.net/qq_28576837/article/details/130694215) +13. [ST7789V2 LCD驱动芯片](https://blog.csdn.net/weixin_43885532/article/details/109533717) +14. [嵌入式Linux使用TFT屏幕:使用TinyDRM点亮ST7789V屏幕](https://blog.csdn.net/CNflysky/article/details/120492583) +15. [DRM驱动移植spi显示屏(st7789芯片驱动)](https://blog.csdn.net/zichuanning520/article/details/130028390)