forked from len0rd/rockbox
Add software backlight fading for E100/H300/X5/D2, by Thomas Martitz and others - see FS#6800 for credits.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19221 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
756bcc4bd5
commit
f684726580
18 changed files with 304 additions and 39 deletions
|
|
@ -96,6 +96,10 @@ drivers/lcd-remote-2bit-vi.c
|
|||
#endif /* LCD_REMOTE_DEPTH */
|
||||
#endif /* HAVE_REMOTE_LCD */
|
||||
|
||||
#ifdef USE_BACKLIGHT_SW_FADING
|
||||
backlight-thread-fading.c
|
||||
#endif /* USE_BACKLIGHT_SW_FADING */
|
||||
|
||||
/* Misc. */
|
||||
drivers/led.c
|
||||
drivers/button.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue