-

Main public logs

Jump to navigation Jump to search

Combined display of all available logs of Geekworm Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 08:22, 9 December 2024 195.192.96.124 talk performed unknown action "comments/add" on X728-script (@Lisa it does, i found a way to reprogramm "x728-v2.x-plsd-gpiod.py" and save it in "sudo cp -f ./x728-v2.x-plsd-gpiod.py /usr/local/bin/" #!/usr/bin/env python import gpiod import time import subprocess # Define the chip and lines chipname = "gpiochip0" # Please use gpiochip0 if using Raspberry Pi 4/3 hardware # chipname = "gpiochip4" # Please use gpiochip4 if using Raspberry Pi 5 hardware line_offset = 6 out_line_offset = 26 # Open the GPIO chip chip = gpiod.Chip(chipname) # Get the...)