forked from len0rd/rockbox
Renamed MAX_LEVEL to LCD_MAX_LEVEL to match the naming scheme. Preparations for colour LCD support.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7194 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
144fc69a9f
commit
82ea7c3bac
8 changed files with 43 additions and 15 deletions
|
|
@ -49,9 +49,9 @@ drivers/lcd-player-charset.c
|
|||
drivers/lcd-player.c
|
||||
#endif
|
||||
#ifdef HAVE_LCD_BITMAP
|
||||
#if CONFIG_LCD == LCD_S1D15E06
|
||||
#if LCD_DEPTH == 2
|
||||
drivers/lcd-h100.c
|
||||
#else
|
||||
#elif LCD_DEPTH == 1
|
||||
drivers/lcd-recorder.c
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue