summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/scroll_engine.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/scroll_engine.h b/firmware/export/scroll_engine.h
index 5e4b744c59..e3fd720550 100644
--- a/firmware/export/scroll_engine.h
+++ b/firmware/export/scroll_engine.h
@@ -25,10 +25,12 @@
25#ifndef __SCROLL_ENGINE_H__ 25#ifndef __SCROLL_ENGINE_H__
26#define __SCROLL_ENGINE_H__ 26#define __SCROLL_ENGINE_H__
27 27
28#include <stdbool.h>
28#include "config.h" 29#include "config.h"
29#include <lcd.h>
30#include "file.h" 30#include "file.h"
31 31
32struct viewport;
33
32extern void scroll_init(void) INIT_ATTR; 34extern void scroll_init(void) INIT_ATTR;
33 35
34extern void lcd_bidir_scroll(int threshold); 36extern void lcd_bidir_scroll(int threshold);