https://github.com/theritvars/thinkmorse
Python script for flashing ThinkPad lid LED in Morse code
https://github.com/theritvars/thinkmorse
led linux morse thinkmorse thinkpad
Last synced: 3 months ago
JSON representation
Python script for flashing ThinkPad lid LED in Morse code
- Host: GitHub
- URL: https://github.com/theritvars/thinkmorse
- Owner: theritvars
- License: gpl-3.0
- Created: 2019-09-22T19:02:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T09:30:52.000Z (almost 4 years ago)
- Last Synced: 2024-08-07T06:05:43.614Z (about 1 year ago)
- Topics: led, linux, morse, thinkmorse, thinkpad
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 93
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Newer version of this script, written in Rust can be found [here](https://github.com/RichusX/thinkmorse-rust)
# thinkmorse
Python script for flashing the ThinkPad lid LED in Morse code## Prerequisites
To have the control over the lid LED you need `ec_sys` kernel module loaded with write support enabled. To do this, add `ec_sys.write_support=1` to your kernel parameters.