summaryrefslogtreecommitdiff
path: root/firmware/export/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/lcd.h')
-rw-r--r--firmware/export/lcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 0818f9d92e..3f3ea972c3 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -44,6 +44,7 @@ extern void lcd_scroll_speed( int speed );
44extern void lcd_scroll_delay( int ms ); 44extern void lcd_scroll_delay( int ms );
45extern void lcd_set_contrast(int val); 45extern void lcd_set_contrast(int val);
46extern void lcd_write( bool command, int byte ); 46extern void lcd_write( bool command, int byte );
47extern int lcd_default_contrast(void);
47 48
48#if defined(SIMULATOR) || defined(HAVE_LCD_BITMAP) 49#if defined(SIMULATOR) || defined(HAVE_LCD_BITMAP)
49extern void lcd_update(void); 50extern void lcd_update(void);