e-Paper
e-Paper copied to clipboard
No info for 7.3" 4-colour display
hi The examples for the 4-colour 7.3" display are very limited, just clearscreen and image load. The Paint class is not ported. The header file doesn't report all driver commands. The wiki doesn't have proper datasheet for the driver of this panel. Same with all the 4-colour panels.
Can we have more material on these displays please? thanks
Hello, now as well as normal upload data manual. Datasheet Due to lack of memory, Paint class has not been ported. You can refer to the Raspberry Pi program.
How can I use the paint class on Arduino compatible microcontroller with enough memory, like arduino due or esp32?
Because nothing was available, I modified the Paint class to support the 4 color display myself. Works like a charm! Contact me if you want the code. I changed it to my own liking.
@niels747 Feel like sharing the code?
@csloz This is what I am working on right now, it gets weather data from an API and displays it. I am using an ESP32, note that an atmega wont have enough ram, the framebuffer alone is 96kB. You can take from it what you need. https://drive.google.com/file/d/1lxj2B16aUH3BbRdJUYE4u6E77cw2h91z/view?usp=share_link
Thanks for sharing. Given we are on github, can you please share it as code in github, rather than a zip in google drive? Many thanks and regards
On Tue 15 Nov 2022, 23:12 niels747, @.***> wrote:
@csloz https://github.com/csloz This is what I am working on right now, it gets weather data from an API and displays it. I am using an ESP32, note that an atmega wont have enough ram, the framebuffer alone is 96kB. You can take from it what you need. https://drive.google.com/file/d/1lxj2B16aUH3BbRdJUYE4u6E77cw2h91z/view?usp=share_link [image: image] https://user-images.githubusercontent.com/42830240/202044176-93742da2-8818-416d-b551-56b5dd898769.png
— Reply to this email directly, view it on GitHub https://github.com/waveshare/e-Paper/issues/264#issuecomment-1315994361, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLXTWSZKRP2EEPOH2J6UILWIQKG7ANCNFSM6AAAAAAQYDRHHE . You are receiving this because you authored the thread.Message ID: @.***>
@niels747 did you end up taking your work with the 7.3" any further?