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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index 46f33d522a..6bb54f5dd0 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -187,6 +187,10 @@ extern fb_data lcd_framebuffer[LCD_HEIGHT/4][LCD_WIDTH];
187extern fb_data lcd_framebuffer[LCD_HEIGHT][LCD_WIDTH]; 187extern fb_data lcd_framebuffer[LCD_HEIGHT][LCD_WIDTH];
188#endif 188#endif
189 189
190#if CONFIG_BACKLIGHT==BL_IRIVER_H300
191extern void lcd_enable(bool on);
192#endif
193
190extern void lcd_set_invert_display(bool yesno); 194extern void lcd_set_invert_display(bool yesno);
191extern void lcd_set_flip(bool yesno); 195extern void lcd_set_flip(bool yesno);
192extern void lcd_roll(int pixels); 196extern void lcd_roll(int pixels);