-
-
Notifications
You must be signed in to change notification settings - Fork 27
color gdeh0154z90 200x200 B|R
Martin F edited this page Mar 13, 2024
·
2 revisions
- Size: 200 * 200, 1.54 inches Black/Red
- Controller: SSD1681
- Status: Working
- Partial update: Not supported in any color epaper
- Requested in Issue 47
- Similar model only black is gdeh0154d67
- Contributed by @thebino
Note: Any links to Good-Display.com have been removed from this repository
Does not seem to be available anymore in Good-Display.com and replaced by GDEH0154Z90
Preview:
#include <color/gdeh0154z90.h>
EpdSpi io;
Gdeh0154z90 display(io);
void app_main(void)
{
printf("CalEPD version: %s\n", CALEPD_VERSION);
display.init(false);
display.println("Hello World");
display.setTextColor(EPD_RED);
display.println("This is RED");
display.update();
}
Revision v.1.3 | Firmware for ESP-IDF >= v. 4.3
Documentation written by Fasani Corp.
We are also launching a new company called Marespa.es that will help EU citizens find an affordable apartment in Spain. With the price of Rent going through the roof in 2024, this might be the moment to make an investment, if you plan to work from the spanish coast. With this project we are also supporting our open source projects.