summaryrefslogtreecommitdiff
path: root/apps/plugins/pictureflow/pictureflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/pictureflow/pictureflow.c')
-rw-r--r--apps/plugins/pictureflow/pictureflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c
index 843df5746e..eadf9c3d0a 100644
--- a/apps/plugins/pictureflow/pictureflow.c
+++ b/apps/plugins/pictureflow/pictureflow.c
@@ -190,7 +190,7 @@ GREY_INFO_STRUCT
190#define BUFFER_HEIGHT _grey_info.height 190#define BUFFER_HEIGHT _grey_info.height
191typedef unsigned char pix_t; 191typedef unsigned char pix_t;
192#else /* LCD_DEPTH >= 8 */ 192#else /* LCD_DEPTH >= 8 */
193#define LCD_BUF rb->lcd_framebuffer 193#define LCD_BUF *rb->lcd_framebuffer
194#define G_PIX LCD_RGBPACK 194#define G_PIX LCD_RGBPACK
195#define N_PIX LCD_RGBPACK 195#define N_PIX LCD_RGBPACK
196#define G_BRIGHT(y) LCD_RGBPACK(y,y,y) 196#define G_BRIGHT(y) LCD_RGBPACK(y,y,y)