-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
398d763
commit 6cfaf9a
Showing
5 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# STM32L475潘多拉板驱动ST7789 TFT显示屏 | ||
|
||
本文介绍如何在STM32L475潘多拉开发板使用基于RTduino环境,使用Arduino库驱动板载ST7789 TFT显示屏。 | ||
|
||
潘多拉板目录位于 `rt-thread\bsp\stm32\stm32l475-atk-pandora` | ||
|
||
```Kconfig | ||
Hardware Drivers Config ---> | ||
Onboard Peripheral Drivers ---> | ||
[*] Compatible with Arduino Ecosystem (RTduino) | ||
[*] Enable Arduino LCD (ST7789) library | ||
[*] Enable Arduino LCD (ST7789) library demo | ||
``` | ||
|
||
其中: | ||
|
||
- Compatible with Arduino Ecosystem (RTduino):本 BSP 开启 RTduino,具备对 Arduino 库的兼容能力。 | ||
- Enable Arduino LCD (ST7789) library:使能 Arduino ST7789 驱动库,会自动依赖 Arduino [Adafruit ST7735/89](/zh/library-examples/display/Adafruit/Adafruit-ST7735-89) 库。 | ||
- Enable Arduino LCD (ST7789) library demo:开启 ST7789 演示示例,开机自动运行。 | ||
|
||
烧录后,运行效果如下: | ||
|
||
![st7789-demo](./figures/st7789-demo.gif) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.