Stefan

Results 6 comments of Stefan

I have the same issue with my Raspberry Pi 2B on a normal HDMI-Screen. `sudo vcgencmd display_power 0` returns `display_power=1` `sudo vcgencmd display_power 0 0` returns `display_power=0` But both dosent...

Okay, if that was the intention, then I know. Since many tutorials on the internet still use the RPi.GPIO library, this will definitely be painful for users. I also don't...

**First of all, I just wanted to thank you for your great work over the last few years.** But now to the topic. In my humble opinion, letting die the...

@TimW55 and @pelwell I use a workaround now I use gpiozero for the previous "Event_detect". The rest of the pin control still runs via RPi.GPIO. FOR EXAMPLE: ``` import gpiozero...

@pelwell who should post a sample program? @6by9 this works normal. but "add_event_detect" is broken

> @Blackbox-git , "add_event_detect works" as expected on RPi4s running Bookworm when using the **rpi-lgpio** package Yes. But you cant access from another programm the gpio with this libary.