summaryrefslogtreecommitdiff
path: root/firmware/scroll_engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/scroll_engine.c')
-rw-r--r--firmware/scroll_engine.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/scroll_engine.c b/firmware/scroll_engine.c
index 91f9d1f868..913b4778a7 100644
--- a/firmware/scroll_engine.c
+++ b/firmware/scroll_engine.c
@@ -37,14 +37,6 @@
37#endif 37#endif
38#include "scroll_engine.h" 38#include "scroll_engine.h"
39 39
40
41/* private helper function for the scroll engine. Do not use in apps/.
42 * defined in lcd-bitmap-common.c */
43extern struct viewport *lcd_get_viewport(bool *is_defaut);
44#ifdef HAVE_REMOTE_LCD
45extern struct viewport *lcd_remote_get_viewport(bool *is_defaut);
46#endif
47
48static const char scroll_tick_table[18] = { 40static const char scroll_tick_table[18] = {
49 /* Hz values [f(x)=100.8/(x+.048)]: 41 /* Hz values [f(x)=100.8/(x+.048)]:
50 1, 1.25, 1.55, 2, 2.5, 3.12, 4, 5, 6.25, 8.33, 10, 12.5, 16.7, 20, 25, 33, 49.2, 96.2 */ 42 1, 1.25, 1.55, 2, 2.5, 3.12, 4, 5, 6.25, 8.33, 10, 12.5, 16.7, 20, 25, 33, 49.2, 96.2 */