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 052b368d9b..7e0e979821 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -529,6 +529,7 @@ extern void lcd_bitmap_part(const fb_data *src, int src_x, int src_y,
529 int stride, int x, int y, int width, int height); 529 int stride, int x, int y, int width, int height);
530extern void lcd_bitmap(const fb_data *src, int x, int y, int width, 530extern void lcd_bitmap(const fb_data *src, int x, int y, int width,
531 int height); 531 int height);
532extern void lcd_set_framebuffer(fb_data *fb);
532 533
533extern void lcd_scroll_step(int pixels); 534extern void lcd_scroll_step(int pixels);
534 535