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, 0 insertions, 1 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h
index b64e506981..eedfc651c7 100644
--- a/firmware/export/lcd.h
+++ b/firmware/export/lcd.h
@@ -355,7 +355,6 @@ extern void lcd_bitmap_part(const fb_data *src, int src_x, int src_y,
355extern void lcd_bitmap(const fb_data *src, int x, int y, int width, 355extern void lcd_bitmap(const fb_data *src, int x, int y, int width,
356 int height); 356 int height);
357 357
358extern void lcd_invertscroll(int x, int y);
359extern void lcd_scroll_step(int pixels); 358extern void lcd_scroll_step(int pixels);
360 359
361#if LCD_DEPTH > 1 360#if LCD_DEPTH > 1