Difference between revisions of "1.54-inch E-paper Display"
(→Support) |
(→Support) |
||
| Line 14: | Line 14: | ||
<b>Create a driver.h file</b> 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 - <b>Online Configuration Generator</b><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:37, 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
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.