-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Description
Describe the bug
Hi
Kernel module for Raspberry Pi 5 PIO ws2812-pio-rp1 module that allows control over ws2812 sk6812 LED strips:
linux/drivers/misc/ws2812-pio-rp1.c
Line 154 in 2e376fd
| p[0] = ws2812_apply_gamma(state->brightness, w); |
Gamma correction is hard-coded. We cannot disable it with any settings. So instead of rendering 256 colors per channel we are able to render max 100-120 due to the gamma compression.
Steps to reproduce the behaviour
Device (s)
Raspberry Pi 5
System
System Information
Raspberry Pi 5 Model B Rev 1.0
PRETTY_NAME="Debian GNU/Linux 13 (trixie)"
NAME="Debian GNU/Linux"
VERSION_ID="13"
VERSION="13 (trixie)"
Linux rpi5 6.12.47+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.12.47-1+rpt1 (2025-09-16) aarch64 GNU/Linux
Logs
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
No labels