summaryrefslogtreecommitdiff
path: root/apps/recorder/backdrop.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder/backdrop.h')
-rw-r--r--apps/recorder/backdrop.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/recorder/backdrop.h b/apps/recorder/backdrop.h
index 93373f1321..c930a87433 100644
--- a/apps/recorder/backdrop.h
+++ b/apps/recorder/backdrop.h
@@ -36,4 +36,11 @@ void show_wps_backdrop(void);
36 36
37#endif /* LCD_DEPTH > 1 */ 37#endif /* LCD_DEPTH > 1 */
38 38
39#if defined(HAVE_REMOTE_LCD) && LCD_REMOTE_DEPTH > 1
40bool load_remote_wps_backdrop(char* filename);
41void unload_remote_wps_backdrop(void);
42void show_remote_wps_backdrop(void);
43void show_remote_main_backdrop(void); /* only clears the wps backdrop */
44#endif
45
39#endif /* _BACKDROP_H */ 46#endif /* _BACKDROP_H */