-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Writing text to 2.13inch E-Ink v2 #12
Comments
Hello, #include "QYEG0213RWS800.h" const unsigned char gImage_213black[4000] PROGMEM= { /* 0X01,0X01,0XFA,0X00,0X7A,0X00, */ const unsigned char gImage_213red[4000] PROGMEM= { /* 0X01,0X01,0XFA,0X00,0X7A,0X00, */ void setup() { } |
This looks the same as the example sketch in this project? I got that working before. But this is not really what i want. I would like to be able to display text like most other eInk displays can. I've spend a few days on this and i could not figure this one out. |
Hello,
i am trying to figure out how i can write normal text to the 2.13inch (122x250) e-ink v2 screen.
The example sketch with name 'QYEG0213RWS800' works fine. However, this example only prints a static image. I tried integrating the paint class but i could not get it to work properly.
this is my example code:
This is what is see on the epaper:
Does anybody know how i can solve this?
The text was updated successfully, but these errors were encountered: