Replies: 2 comments
-
I believe the error is here: Line 78 in 03d8e7a #if __has_include("epd3c/GxEPD2_150_BN.h") it should say #if __has_include("epd3c/GxEPD2_270c.h")
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for reporting this error! It has been present since version 1.5.1. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've uncommented
#define GxEPD2_DRIVER_CLASS GxEPD2_270c // GDEW027C44 176x264, IL91874, (WFI0190CZ22)
in the "new selection style" header file, but when compiling the "hello world" example, I get this error:
'GxEPD2_270c' was not declared in this scope; did you mean 'GxEPD2_290c'?
and then about 100 more errors
Beta Was this translation helpful? Give feedback.
All reactions