summaryrefslogtreecommitdiff
path: root/apps/plugins/lib/grey_scroll.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/lib/grey_scroll.c')
-rw-r--r--apps/plugins/lib/grey_scroll.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/plugins/lib/grey_scroll.c b/apps/plugins/lib/grey_scroll.c
index ba790b035f..12a27daf23 100644
--- a/apps/plugins/lib/grey_scroll.c
+++ b/apps/plugins/lib/grey_scroll.c
@@ -191,8 +191,7 @@ void grey_ub_scroll_up(int count)
191 _grey_info.fg_brightness : 191 _grey_info.fg_brightness :
192 _grey_info.bg_brightness]; 192 _grey_info.bg_brightness];
193 193
194#if (LCD_PIXELFORMAT == VERTICAL_PACKING) \ 194#if LCD_PIXELFORMAT == VERTICAL_PACKING
195 || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED)
196 if (count & _GREY_BMASK) 195 if (count & _GREY_BMASK)
197 { 196 {
198 /* Scrolling by fractional blocks - move pixel wise. */ 197 /* Scrolling by fractional blocks - move pixel wise. */
@@ -263,8 +262,7 @@ void grey_ub_scroll_down(int count)
263 _grey_info.fg_brightness : 262 _grey_info.fg_brightness :
264 _grey_info.bg_brightness]; 263 _grey_info.bg_brightness];
265 264
266#if (LCD_PIXELFORMAT == VERTICAL_PACKING) \ 265#if LCD_PIXELFORMAT == VERTICAL_PACKING
267 || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED)
268 if (count & _GREY_BMASK) 266 if (count & _GREY_BMASK)
269 { 267 {
270 /* Scrolling by fractional blocks - move pixel wise. */ 268 /* Scrolling by fractional blocks - move pixel wise. */