Skip to content
Snippets Groups Projects
  1. Nov 14, 2024
  2. 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
  3. Feb 27, 2024
  4. Jul 13, 2023
  5. Apr 19, 2022
  6. Feb 22, 2022
  7. Jan 04, 2022
  8. Dec 15, 2021
  9. Nov 02, 2021
  10. Oct 22, 2021
  11. Jul 19, 2021
  12. Jul 16, 2021
  13. Dec 24, 2020
  14. Dec 18, 2020
  15. Dec 14, 2020
Loading