Skip to content

Backlight control

Manuel Kasten requested to merge Draradech/firmware:backlight_control into master
  • moved PWM_Output content from lib/card10/display.c to DEV_Set_BL in lib/gfx/GUI_DEV/DEV_config.c (activating LCD_SetBacklight, which uses it)
  • added epic_disp_backlight, which calls LCD_SetBacklight
  • added backlight() to pycardium display module, making backlight available to py apps

Merge request reports