color gdeh0154z90 200x200 B%7CR - martinberlin/cale-idf GitHub Wiki

  • 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: gdeh0154z90

Implementation example:

#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();
}
⚠️ **GitHub.com Fallback** ⚠️