Results 440 comments of mendhak

Trying to see if the waveshare version has been set correctly, so you could try setting it to 1, or 2 or 2B, and that determines [which of the libraries](https://github.com/mendhak/waveshare-epaper-display/blob/master/display.py#L19-L24)...

If the demo works, must be something wrong with this repo's code, but I'm not able to pick out what. [test file](https://github.com/waveshareteam/e-Paper/blob/master/RaspberryPi_JetsonNano/python/examples/epd_7in5_V2_test.py) vs [display file](https://github.com/mendhak/waveshare-epaper-display/blob/master/display.py). I see the import of...

Again, sorry no answers, I'm only doing guesswork based on what you say. During the initial setup there's a recursive in the git clone. git clone --recursive https://github.com/mendhak/waveshare-epaper-display.git And that...

If it refreshes the screen then it might be 'doing' something. Are you able to look at the run.log file to see what's in there towards the end? And you...

I see this issue in the icalevents repo that has the same error: https://github.com/jazzband/icalevents/issues/129 Is there anything similar with your events, are there repeating events of any kind. Does the...

A basic way is to go back to the main ICS you want and remove some of the recurring events until it starts working. But based on that repo link...

From what I can tell, that erroneous code is being hit when the ICS URL is passed to the icalevent library. So that means right here, where it does some...

Have you set the Waveshare version in the environment variable? The Red one is `2B` : https://github.com/mendhak/waveshare-epaper-display#waveshare-version If you've already done that, try running `./run.sh` directly yourself and have a...

@KaeroDot Yep looks like the latest October 2023 Raspberry Pi OS breaks a few things. So today I have reset my own setup and gone through the steps. Basically all...

This is going to bite me in the future, but to make it easier for future users, I've made a fork of the e-Paper repo, added a [code fix and...