diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/lcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/lcd.h b/firmware/export/lcd.h index 7551a1a..c3ad4f9 100644 --- a/firmware/export/lcd.h +++ b/firmware/export/lcd.h @@ -72,7 +72,7 @@ extern void lcd_puts_scroll_style(int x, int y, const unsigned char* string, extern void lcd_icon(int icon, bool enable); #if CONFIG_LCD == LCD_IPODCOLOR || CONFIG_LCD == LCD_IPODNANO \ - || CONFIG_LCD == LCD_H300 + || CONFIG_LCD == LCD_H300 || CONFIG_LCD == LCD_IPODVIDEO void lcd_yuv_blit(unsigned char * const src[3], int src_x, int src_y, int stride, int x, int y, int width, int height); |