summaryrefslogtreecommitdiff
path: root/apps/gui/logo.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/logo.h')
-rw-r--r--apps/gui/logo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/logo.h b/apps/gui/logo.h
index 38eafea..6bd6e20 100644
--- a/apps/gui/logo.h
+++ b/apps/gui/logo.h
@@ -23,7 +23,7 @@
struct logo{
#ifdef HAVE_LCD_BITMAP
- const unsigned char * bitmap;
+ const fb_data* bitmap;
int width;
int height;
#else