You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That has an upgraded version of the same base library used here. This also supports software rotation that is here not implemented and comes with examples. Works for ESP-IDF Framework and also Arduino-esp32.
Alternatively if you want to use Espressif IDF and C++ I have a component called Cale-idf that fully supports this epaper and it's touch component.
i tried using
from epd_driver.h
i tried it using
epd_draw_pixel(500,200,0,framebuffer);
and
epd_draw_pixel(500,200,255,framebuffer);
both lines didnt work unf.
i am using the touchtest example code where i removed the center text.
a snippet where i added the line
` epd_poweron();
epd_clear();
what am i doing something wrong?
could someone correct me please or prive a small snipped?
thanks
The text was updated successfully, but these errors were encountered: