Skip to content
Snippets Groups Projects
  1. Sep 13, 2024
    • Nicola Sparnacci's avatar
      [SANTINO][OVERLAY] Add 800x480 LCD and touch screen · 2d41e1dd
      Nicola Sparnacci authored and Michele Cirinei's avatar Michele Cirinei committed
      LCD:
      Add reg-userspace-consumer to let the user handle the LCD panel.
      
      Test procedure:
      i) switch off the panel:
      ```
      echo "disabled" > /sys/class/regulator/regulator.7/reg_rgb_panel_on_consumer-rgb_panel_on/state
      echo 0 > /sys/class/backlight/backlight/brightness
      ```
      ii) switch on the panel:
      ```
      echo 255 > /sys/class/backlight/backlight/brightness
      echo "enabled" > /sys/class/regulator/regulator.7/reg_rgb_panel_on_consumer-rgb_panel_on/state
      ```
      
      TOUCH:
      Calibration needed at OS level. For weston:
      ```
      weston-touch-calibrator /dev/fb0
      ```
      
      JIRA Reference: [SANTINO-19]
      2d41e1dd
Loading