Difference between revisions of "1.54-inch E-paper Display"
(→Support) |
(→Support) |
||
| Line 22: | Line 22: | ||
#define USE_XIAO_EPAPER_BREAKOUT_BOARD | #define USE_XIAO_EPAPER_BREAKOUT_BOARD | ||
</pre> | </pre> | ||
| + | |||
| + | Sketch -> Include Library -> Add .ZIP<br> | ||
| + | Seeed_GFX-master.zip<br> | ||
| + | |||
| + | Upload the Code<br> | ||
| + | driver.h<br> | ||
| + | Helloword.ino<br> | ||
| + | |||
| + | |||
==== Liens externes ==== | ==== Liens externes ==== | ||
Revision as of 18:55, 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/
// driver.h file #define BOARD_SCREEN_COMBO 505 // 1.54 inch monochrome ePaper Screen (SSD1681) #define USE_XIAO_EPAPER_BREAKOUT_BOARD
Sketch -> Include Library -> Add .ZIP
Seeed_GFX-master.zip
Upload the Code
driver.h
Helloword.ino
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.