Replies: 3 comments 1 reply
-
Found out how do to the grey text: Using "L" as mode and defining the RGB values for the colour of the text helps ;) See snippet here:
|
Beta Was this translation helpful? Give feedback.
-
Hello there, and thanks for replying. Indeed, it was just dithering (not true greyscale) I kept reading about partial refresh (or fast refresh) but it seems that my screen (Waveshare epd7in5b_V2) does not support this either. I am able to use the non-red version of the model epd7in5_V2 and it does refresh faster (since not addressing the red layer at all). Having been spoiled with the Kobo's CPU and wonderful screen, the waveshare seems less fun ;) but it is clearer to read on the other hand. Once I am done with my "dashboard" I will get back to you for some of my portions. /Jonas |
Beta Was this translation helpful? Give feedback.
-
I'd love to add your transit app and dashboard as plugins if you're interested. Once you have the logic for the plugin ready, creating a plugin for it is just a matter of wrapping it in an update function and defining a layout. I can help with any part of that. If you want a fast refresh rate or partial refresh, check out the IT8951 Screens. They're way nicer and can actually do gray scale. |
Beta Was this translation helpful? Give feedback.
-
Hello there!
I love what you have done here, and I may come back to develop a few plugins for your framework.
For now I am trying to figure out two things (I have an epd7in5 epaper screen (actually it is epd5in7b with red).
I have learned that you can use either driver (one obviously does not show red, but refresh is faster).
In your code I see that you can have short refresh and the default one - how do you do this ?
Also do you know how to print text in grey? My screen has 4 grey scales, but for now I cannot seem to access the grey?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions