monte-monte
monte-monte
I've run into this issue too. The problem is here: https://github.com/dhrone/pydPiper/blob/aa1671011726fdec63e244d085ab95d085a21965/displays/ssd1306_i2c.py#L47 Code doesn't take into account the actual height and width which are passed as a parameters. And luma driver...
The problem is that you're using docker image, and it already contains ssd1306_i2c.py inside. So either maintainer of the docker image needs to update it, or you need to edit...
``` Arduino_DataBus *bus = new Arduino_STM32PAR8(PB7 /* DC */, PB4 /* CS */, PB6 /* WR */, PB0 /* RD */, GPIOA /* PORT */); ``` That's what I use...
@liyang5945 bluepill
Try disabling logging, or set it to higher level like this: ``` logging: version: 1 loggers: mqtt_gpio: level: WARN ``` It helped me to bring CPU usage of mqqt_io to...
@griesi yes you are right, but for some reason the way I wrote it worked too, logging stopped. For me I see 6-12% cpu usage after restartting mqtt_io, but it...
runing git version on Ubuntu 16.04, XenServer 7.1 same here - black window on console tab, errors in terminal which runs openxenmanager. `Exception in thread Thread-21: Traceback (most recent call...
When using virtual desktop those checkboxes become usable as do other menu items that have problems with being clicked.
> I am using Debian 12 (Gnome) Flatpak Bottles, the browser login window opens for me if I use `sys-wine-9.0` as the runner, however the link does not redirect to...
@Bombenscheck yes, you need to paste full link, ending with ``=``, put it in quotation marks without ``%command%`` like that:  Then I ran it in terminal, it print some...