Waveshare epaper display 2.13 v4 #105
Replies: 3 comments 9 replies
-
Thanks for the contribution.. The first line reads
which is rather confusing. I suggest you include a code comment with a link to the exact Waveshare display. I'll review this over the next few days. I don't usually publish drivers for hardware I don't possess for obvious support reasons, but I may do in this case with a disclaimer. |
Beta Was this translation helpful? Give feedback.
-
I have now studied the official Waveshare driver in detail and tested it. These are my observations:
My ePaper display drivers are based on manufacturer's drivers. This is because the parameters used to configure the display are based on knowledge of both the controller and the display: only the manufacturer has access to the latter. Consequently if the module manufacturer does not support partial mode, nor will I. You are, of course, free to experiment with doing this if you wish. I'd be interested to hear if you have success. If you publish a driver with a working partial mode I'd be prepared to link to it in the docs (with an observation re unofficial code). I intend to publish a driver based on the Waveshare one. I have fixed issue 3 above and am working on a solution to 4. |
Beta Was this translation helpful? Give feedback.
-
I have now published a driver. It supports a logical display size of 250x120 pixels, and is based on the Waveshare driver but with a number of corrections to enable it to support the relevant demos and tests. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to suggest you a driver dedicated to the Waveshare epaper display 2.13 v4 (full and partial refresh, landscape orientation only)
pico_epaper_213_v4.py
Beta Was this translation helpful? Give feedback.
All reactions