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