LUCKFOX 7inch HDMI Portable Touch Screen // here: backlight

  • May I ask what device you are connecting the display to? If it's the Core3566, I recommend the following methods:
    You can adjust the backlight through commands:

    Code: Select all

      xrandr --output HDMI-0 --brightness 0.1
      xrandr --output HDMI-1 --brightness 0.8
      xrandr --output HDMI-1 --brightness 1.0
     
    PWM dimming requires hardware modification. Generally, we do not recommend customers modify hardware themselves, as unauthorized modifications may void the product warranty.
  • I also have a pair of 7 inch connected to a raspberry 3b+ and i would like to be able to control the brightness of it either by pwm or otherwise, the wiki instructions are not too clear (https://wiki.luckfox.com/Display/7inch- ... wm-dimming) what happens when you remove the resistor and bypass the pads? i don't mind losing the warranty.

    Thanks