1
0
Fork 0
forked from len0rd/rockbox

Add the 9 segment lcd funciton to remote lcds

Change-Id: I00f9a067522624a87befcf95a811b49ad685029c
This commit is contained in:
Jonathan Gordon 2012-12-09 17:27:11 +11:00
parent 406a363dde
commit b0263be48e
2 changed files with 3 additions and 0 deletions

View file

@ -303,6 +303,7 @@ struct screen screens[NB_SCREENS] =
#endif
.bmp = &lcd_remote_bmp,
.bmp_part = &lcd_remote_bmp_part,
.nine_segment_bmp = &lcd_remote_nine_segment_bmp,
#if LCD_REMOTE_DEPTH > 1
#if defined(HAVE_LCD_COLOR)
.color_to_native=&lcd_remote_color_to_native,