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 38eafeaef2..6bd6e20b19 100644
--- a/apps/gui/logo.h
+++ b/apps/gui/logo.h
@@ -23,7 +23,7 @@
23 23
24struct logo{ 24struct logo{
25#ifdef HAVE_LCD_BITMAP 25#ifdef HAVE_LCD_BITMAP
26 const unsigned char * bitmap; 26 const fb_data* bitmap;
27 int width; 27 int width;
28 int height; 28 int height;
29#else 29#else