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.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/apps/recorder/backdrop.h b/apps/recorder/backdrop.h
index da515af261..93373f1321 100644
--- a/apps/recorder/backdrop.h
+++ b/apps/recorder/backdrop.h
@@ -20,15 +20,10 @@
20#ifndef _BACKDROP_H 20#ifndef _BACKDROP_H
21#define _BACKDROP_H 21#define _BACKDROP_H
22 22
23#ifdef HAVE_LCD_COLOR 23#if LCD_DEPTH > 1
24 24
25#include "lcd.h" 25#include "lcd.h"
26#include "bmp.h" 26#include "bmp.h"
27#include "backdrop.h"
28/*
29extern fb_data main_backdrop[LCD_HEIGHT][LCD_WIDTH];
30extern fb_data wps_backdrop[LCD_HEIGHT][LCD_WIDTH];
31*/
32 27
33bool load_main_backdrop(char* filename); 28bool load_main_backdrop(char* filename);
34bool load_wps_backdrop(char* filename); 29bool load_wps_backdrop(char* filename);
@@ -39,6 +34,6 @@ void unload_wps_backdrop(void);
39void show_main_backdrop(void); 34void show_main_backdrop(void);
40void show_wps_backdrop(void); 35void show_wps_backdrop(void);
41 36
42#endif /* HAVE_LCD_COLOR */ 37#endif /* LCD_DEPTH > 1 */
43 38
44#endif /* _BACKDROP_H */ 39#endif /* _BACKDROP_H */