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

From
Jump to: navigation, search
(Support)
(Support)
Line 16: Line 16:
 
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/
 
  
 
#define BOARD_SCREEN_COMBO 505 // 1.54 inch monochrome ePaper Screen (SSD1681)
 
#define BOARD_SCREEN_COMBO 505 // 1.54 inch monochrome ePaper Screen (SSD1681)
 
#define USE_XIAO_EPAPER_BREAKOUT_BOARD
 
#define USE_XIAO_EPAPER_BREAKOUT_BOARD
 +
  
 
==== Liens externes ====
 
==== Liens externes ====

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/

  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]