diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index e4b13f5..cea09a7 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -223,8 +223,8 @@ struct plugin_api { void (*lcd_set_invert_display)(bool yesno); #endif /* HAVE_LCD_INVERT */ -#if defined(HAVE_LCD_ENABLE) && defined(HAVE_LCD_COLOR) - void (*lcd_set_enable_hook)(void (*enable_hook)(void)); +#if defined(HAVE_LCD_ENABLE) || defined(HAVE_LCD_SLEEP) + void (*lcd_activation_set_hook)(void (*enable_hook)(void)); struct event_queue *button_queue; #endif unsigned short *(*bidi_l2v)( const unsigned char *str, int orientation ); |