Fabio Manganiello

Results 175 comments of Fabio Manganiello

I've just tried this command without much luck: ``` python demo.py --width 128 --height 128 --interface spi --spi-port 0 --spi-device 1 --display sh1106 --spi-cs-high 1 ``` ![img](https://dl3.pushbulletusercontent.com/75TKLdYRf7KtT05chm1k95Gi23eIWsQE/IMG_20200806_020717.jpg) This time I've...

Can anyone advise on what's going on here? Is it something related to a broken/misconfigured driver? Or shall I escalate the issue to Pimoroni because they are advising to use...

@rm-hull that was my thought as well - even though I'd have assumed that the breakout garden supported two SPI devices plugged at the same time. As shown in the...

It worked! `gpio_DC=9` is the one that did the magic eventually: ```python from luma.core.interface.serial import spi from luma.oled.device import sh1106 from luma.core.render import canvas serial = spi(port=0, device=0, cs_high=True, gpio_DC=9)...

> Yes, please make a pull request if you can. I have tried to put together a logic for sh1107 that overrides the GPIO data command: ```python class sh1107(sh1106): def...

Has the fix been shipped? I'm also on PHP 8.1, and upload forms don't work.

I've tested the branch and taken a look at the code and it all seems good to me. Can't wait for this feature to be finally merged - and thanks...

Hey guys, what's the current status with this PR?

Is it possible to update the list to include `playlist-modify-public` and `playlist-modify-private` as well? My implementation of the `save` and `delete` methods is almost complete but I can't test the...

@adamcik as advised on IRC, I've tried to change the code at https://github.com/mopidy/mopidy-spotify/blob/develop/mopidy_spotify/web.py#L84 to include additional scopes. I have tried both to add the `scope` parameter to the URL and...