PWM Backlight API for RPI
Find a file
2025-01-13 12:02:43 +01:00
pwm_bl add pwm_bl api code 2025-01-13 12:02:43 +01:00
.gitignore add pwm_bl api code 2025-01-13 12:02:43 +01:00
poetry.lock add pwm_bl api code 2025-01-13 12:02:43 +01:00
pwm_bl_api.service.example add pwm_bl api code 2025-01-13 12:02:43 +01:00
pyproject.toml add pwm_bl api code 2025-01-13 12:02:43 +01:00
README.md add pwm_bl api code 2025-01-13 12:02:43 +01:00

PWM Backlight API

Simple HTTP API to control raspberry display backlight from /sys/class/pwm.

Needs dtoverlay=pwm,pin=18,func=2 in /boot/config.txt (on RPI3B+).