adafruit / Adafruit_CircuitPython_EPD

e paper driver for circuit python
MIT License
40 stars 19 forks source link

minor fix to size of demo box; update comments for new mono displays #51

Closed icegoat9 closed 2 years ago

icegoat9 commented 3 years ago

Hi, this is my first time opening a pull request on a project, but I was going through the great tutorial+demo code for the 2.13" mono E Ink display (thanks!) and noticed one place a comment could be updated (SSD1680 chipset is used by both tricolor and this mono display), and one off-by-one drawn rectangle size in the demo (no actually visible effect as it just draws the rectangle one pixel wider than necessary).

So I updated them locally for my own use and thought I'd try contributing back.

But if these changes are too minor and no-impact to be worth reviewing / merging, no problem. :)