summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
index 2808d60f46..089a5da24c 100644
--- a/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
+++ b/firmware/target/arm/as3525/sansa-e200v2/lcd-e200v2.c
@@ -348,6 +348,8 @@ void lcd_yuv_set_options(unsigned options)
348 lcd_yuv_options = options; 348 lcd_yuv_options = options;
349} 349}
350 350
351
352#ifndef BOOTLOADER
351static void lcd_window_blit(int xmin, int ymin, int xmax, int ymax) 353static void lcd_window_blit(int xmin, int ymin, int xmax, int ymax)
352{ 354{
353 if (!display_flipped) 355 if (!display_flipped)
@@ -366,8 +368,6 @@ static void lcd_window_blit(int xmin, int ymin, int xmax, int ymax)
366 } 368 }
367} 369}
368 370
369
370#ifndef BOOTLOADER
371/* Line write helper function for lcd_yuv_blit. Write two lines of yuv420. */ 371/* Line write helper function for lcd_yuv_blit. Write two lines of yuv420. */
372extern void lcd_write_yuv420_lines(unsigned char const * const src[3], 372extern void lcd_write_yuv420_lines(unsigned char const * const src[3],
373 int width, 373 int width,