Difference between revisions of "1.54-inch E-paper Display"

From
Jump to: navigation, search
(Support)
Line 4: Line 4:
 
1.54-inch E-paper Display
 
1.54-inch E-paper Display
  
 +
Install Seeed GFX Library<br>
 
https://seeed-studio.github.io/Seeed_GFX/
 
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.<br>
 +
 +
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 BOARD_SCREEN_COMBO 505 // 1.54 inch monochrome ePaper Screen (SSD1681)

Revision as of 18:34, 10 December 2025

Support

1.54-inch E-paper Display

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/


  1. define BOARD_SCREEN_COMBO 505 // 1.54 inch monochrome ePaper Screen (SSD1681)
  2. 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.

[Code 1]

[Code 2]