You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2021. It is now read-only.
I ran into a problem when trying to enable PWM backlight control. I was able to turn on the backlight on by setting bl_power to 0 (FB_BLANK_UNBLACK) per comment by @notro:
Did you try the backlight patchset I mentioned in the other thread?
It looks like it should solve your problem. This is how backlight is enabled now (in linux-next):
I am using Adafruit 1.8" TFT LCD with a BeagleBone Black. I created a device tree overlay, BB-LCD-ADAFRUIT-18-SPI1-00A0.dts, which will load the tinydrm st7735r driver by David Lechner (@dlech).
I ran into a problem when trying to enable PWM backlight control. I was able to turn on the backlight on by setting
bl_power
to0
(FB_BLANK_UNBLACK
) per comment by @notro:NOTE:
FB_BLANK_UNBLACK
is specified in sysfs-class-backlight@notro also commented that:
I am creating this issue to discussion a patch to st7735r that would set
bl_power
correctly for PWM backlight.The text was updated successfully, but these errors were encountered: