Run this code to blink your ThinkPad LED with a hidden mysterious Morse code

Run this code to blink your ThinkPad LED with a hidden mysterious Morse code! šŸ˜‰Compatible with python3.9+. No third-party library is required, implemented in pure python.Make sure that you have required permissions to write to led acpi file descriptor. Installation Installation of tmorse is a little complicated due to need of superuser access.Recommended way is using pipx. First, install pipx: Then install tmorse by using command below: sudo -HE env “PATH=$PATH” pipx install –python python3.9 tmorse P.S: TMorse is supported […]

Read more

LED effects plugin for klipper

This plugin allows Klipper to run effects and animations on addressable LEDs, such as Neopixels, WS2812 or SK6812. The main work has been done by Paul ā€œMentalā€ McGowan. Installation cd ~ git clone https://github.com/julianschill/klipper-led_effect.git cd klipper-led_effect ./install-led_effect.sh Configuration Documentation can be found here. GitHub View Github    

Read more