fix(st7789): Remove backlight control from driver
Use backlight control introduced in #95
This commit is contained in:
parent
9d9fadf450
commit
3980e51f07
2 changed files with 0 additions and 25 deletions
|
@ -115,14 +115,6 @@ void st7789_init(lv_disp_drv_t *drv);
|
|||
*/
|
||||
void st7789_flush(lv_disp_drv_t *drv, const lv_area_t *area, lv_color_t *color_map);
|
||||
|
||||
/**
|
||||
* Control display backlight
|
||||
*
|
||||
* @param drv Pointer to lv_disp_drv_t being used
|
||||
* @param backlight Backlight control
|
||||
*/
|
||||
void st7789_enable_backlight(lv_disp_drv_t *drv, bool backlight);
|
||||
|
||||
/**
|
||||
* Display updated callback
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue