Daniele Pantaleo

Results 2 comments of Daniele Pantaleo

hey! Since the switch is a separate entity from the encoder, I suggest you to declare the switch using `gpiozero` :smiley: https://gpiozero.readthedocs.io/en/stable/recipes.html#button and then following this https://gpiozero.readthedocs.io/en/stable/faq.html#how-do-i-use-button-when-pressed-and-button-when-held-together

having this issue as well on a PW3 with 5.12.4, CSS as follow: ``` .image { display: block; page-break-inside: avoid; border: thin black solid; border-radius: 10px; padding: 10px; text-indent: 0;...