summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/sansa-fuzev2
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/sansa-fuzev2')
-rw-r--r--firmware/target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c b/firmware/target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
index d17149ee95..f3fa8e3205 100644
--- a/firmware/target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
+++ b/firmware/target/arm/as3525/sansa-fuzev2/lcd-fuzev2.c
@@ -303,6 +303,8 @@ void lcd_yuv_set_options(unsigned options)
303 lcd_yuv_options = options; 303 lcd_yuv_options = options;
304} 304}
305 305
306
307#ifndef BOOTLOADER
306/* Line write helper function for lcd_yuv_blit. Write two lines of yuv420. */ 308/* Line write helper function for lcd_yuv_blit. Write two lines of yuv420. */
307extern void lcd_write_yuv420_lines(unsigned char const * const src[3], 309extern void lcd_write_yuv420_lines(unsigned char const * const src[3],
308 int width, 310 int width,
@@ -375,6 +377,9 @@ void lcd_blit_yuv(unsigned char * const src[3],
375 } 377 }
376} 378}
377 379
380#endif
381
382
378/* Update the display. 383/* Update the display.
379 This must be called after all other LCD functions that change the display. */ 384 This must be called after all other LCD functions that change the display. */
380void lcd_update(void) 385void lcd_update(void)