Rob
Rob
The code for this is in Python so the C code isn't a big help but does prove the screen is working. One thing you could try is altering the...
Just circling back to this I'm curious if you tried to reboot your Rpi since running the Waveshare demo code? A few places I've seen say that the Waveshare demo...
Any luck with this? The IT8951 repo page (link above) might have more help if you're still plugging away at it. That error looks like it can't enable SPI correctly...
That is weird that the other project works. PaperPi uses the [exact same](https://github.com/txoof/PaperPi/blob/main/requirements.txt#L5) underlying driver for the IT8951 displays. Given that your original error was due to code from that...
That sounds interesting - can you outline the use case? Right now the token file is specific to this addon (the .json file). Will these changes allow someone to select...
I think that sounds like a great idea. Looking through the current code briefly I did notice that when creating the client in the [vfs.py](https://github.com/robweber/xbmcbackup/blob/matrix/resources/lib/authorizers.py#L120) file the App Key and...
Having to set up some kind of infrastructure to make this work seems like a heavy lift for the average user. Most people would probably just go the route of...
Usually one of two things is happening with this type of error. 1. You haven't authorized the Dropbox service, so no token file exists. [Take a look at the instructions](https://github.com/robweber/xbmcbackup/wiki/Dropbox)...
Just to get more clarity is this folder only on Kodi when running Android?
Have you tried using the version from this repo or just the one available in Kodi? There was a [similar issue](https://github.com/robweber/xbmcbackup/issues/235) and a [fix for it](https://github.com/robweber/xbmcbackup/commit/324f3a46cf8d9a1d49ea3c1d3da06a9fa9ee50bc) not too long ago.