Difference between revisions of "1.54-inch E-paper Display"
(→Support) |
(→Support) |
||
| Line 6: | Line 6: | ||
<b>Setup</b> | <b>Setup</b> | ||
| − | Install Seeed GFX Library<br> | + | Install Seeed <b>GFX Library</b><br> |
https://seeed-studio.github.io/Seeed_GFX/ | https://seeed-studio.github.io/Seeed_GFX/ | ||
| Line 12: | Line 12: | ||
| − | Create a driver.h file and paste the following code into it.<br> | + | <b>Create a driver.h file</b> and paste the following code into it.<br> |
| − | Seeed GFX Library - Online Configuration Generator<br | + | Seeed GFX Library - <b>Online Configuration Generator</b><br |
https://seeed-studio.github.io/Seeed_GFX/ | https://seeed-studio.github.io/Seeed_GFX/ | ||
Revision as of 18:36, 10 December 2025
Support
1.54-inch E-paper Display
Setup
Install Seeed GFX Library
https://seeed-studio.github.io/Seeed_GFX/
This library has same function as TFT library and no compatible with it. If you have installed TFT library or other similary display libraries, please uninstall it first.
Create a driver.h file and paste the following code into it.
Seeed GFX Library - Online Configuration Generator<br https://seeed-studio.github.io/Seeed_GFX/
- define BOARD_SCREEN_COMBO 505 // 1.54 inch monochrome ePaper Screen (SSD1681)
- define USE_XIAO_EPAPER_BREAKOUT_BOARD
Liens externes
https://www.seeedstudio.com/1-54-Monochrome-ePaper-Display-with-200x200-Pixels-p-5776.html Shop
https://wiki.seeedstudio.com/XIAO-eInk-Expansion-Board/ Wiki
Exemples
1 Bitmap: Display a bitmap image.
2 Clock: Display a clock.
3 Clock_digital: Display a digital clock.
4 Shape: Display different sizes of words and shape randomly.