diff options
Diffstat (limited to 'firmware')
| -rw-r--r-- | firmware/export/lcd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index 0aec5d0..6032914 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -338,9 +338,13 @@ void lcd_poweroff(void); /* Enable/disable the main display. */ extern void lcd_enable(bool on); extern bool lcd_enabled(void); + +#ifdef HAVE_LCD_COLOR /* Register a hook that is called when the lcd is powered and after the * framebuffer data is synchronized */ void lcd_set_enable_hook(void (*enable_hook)(void)); +#endif /* HAVE_LCD_COLOR */ + #endif /* HAVE_LCD_ENABLE */ void lcd_call_enable_hook(void); |