sidoh / epaper_templates

Template-oriented driver for e-paper displays
MIT License
252 stars 28 forks source link

[Feature request] Can you add GDEH0154D67 (Supported by GxEPD2) #69

Open velaar opened 3 years ago

velaar commented 3 years ago

I tried to add it directly to lib/Display/DisplayTypeHelpers.cpp but doesn't really work. Maybe I'm missing something.

sidoh commented 3 years ago

Hey @velaar, happy to help add support for a new GxEPD2 display type.

Could you link a commit or a diff so that I know what you tried, and provide a little more information about the way in which it didn't work?

velaar commented 3 years ago

Hey @sidoh Here is what I tried: diff.txt

It seems the display doesn't initialize at all. Using HSPI on ESP32 (ESP32-PICO-KIT). The display works fine with EPD2 examples.

sidoh commented 3 years ago

Those changes look correct to me. Anything interesting in Serial after you select that display type?

(disclaimer: it's going to be a little difficult for me to give detailed help because I don't own this module.)