mendhak / waveshare-epaper-display

At-a-glance dashboard for Raspberry Pi with a Waveshare ePaper 7.5 Inch HAT. Date/Time, Weather, Alerts, Google/Outlook Calendar
https://code.mendhak.com/raspberrypi-epaper-dashboard/
438 stars 65 forks source link

Add support for configuration of resolution for the e-Ink display #9

Closed lifeofbrian closed 3 years ago

lifeofbrian commented 3 years ago

I added a width and heigh configuration variable, as the v2 version of the 7.5" screen has a higher resolution

mendhak commented 3 years ago

Thanks for this. While going through this, I had an idea. If we just get the user to say whether they have V1 or V2 of the EPaper Display, we could do the height/width and Python import for them. That way, less work for them to do. I'm trying this out right now. I should be able to update this branch.

mendhak commented 3 years ago

@lifeofbrian have a look, what do you think now?

mendhak commented 3 years ago

Merged. Woger!