Search found 3 matches

by mattstock
Sun Jun 30, 2019 2:24 pm
Forum: Drivers for External Components
Topic: Waveshare 2.13in display v2 driver
Replies: 16
Views: 19323

Re: Waveshare 2.13in display v2 driver

I have made some progress! I have the full update ESP module logic mostly baked. One issue I did run into is that due to the orientation of the display (long axis is horizontal), I ended up needing a vertical MSB mode for the standard framebuffer I'm using for drawing primitives. I've made a pull re...
by mattstock
Mon Jun 03, 2019 12:49 pm
Forum: Drivers for External Components
Topic: Waveshare 2.13in display v2 driver
Replies: 16
Views: 19323

Re: Waveshare 2.13in display v2 driver

Thank you mcauser. I saw your code, and figured that might be the right place to start from. Expect some pull requests if I find the answers I'm looking for. Unfortunately, Waveshare released the new hardware, and has told me (and the repo seems to confirm) that they have not yet released any sample...
by mattstock
Sun Jun 02, 2019 2:51 pm
Forum: Drivers for External Components
Topic: Waveshare 2.13in display v2 driver
Replies: 16
Views: 19323

Waveshare 2.13in display v2 driver

Hi all, I'm new to the micropython community, and am working on a project that's based around a custom ESP32 board and one of the common Waveshare/Good Display 2.13" black and white e-ink displays. Between ordering my first display and my second, they seem to have replaced the display with one that ...