mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
nwze370: improve lcd & backlight
Added lcd inversion Fix issue where backlight would turn on before first frame rendered Fix issue where backlight would shortly appear at 100% before PWM is ready during fade in Turn off backlight before booting/RoLo/shutdown to avoid it being enabled on next boot Fix issue where fade in isn't smooth because brightness levels below 13 were basically equalivent to off, by removing these brightness levels Change-Id: I868eae2cbeea52c6af7d09c886958ff46167fe26
This commit is contained in:
parent
9722cad478
commit
b1511738f7
5 changed files with 47 additions and 15 deletions
|
|
@ -64,7 +64,7 @@
|
|||
#include "ascodec.h"
|
||||
#endif
|
||||
|
||||
#if defined(FIIO_M3K)
|
||||
#if defined(FIIO_M3K) || defined(SONY_NWZE370)
|
||||
#include "backlight-target.h"
|
||||
#endif
|
||||
|
||||
|
|
@ -318,7 +318,7 @@ int rolo_load(const char* filename)
|
|||
lcd_remote_update();
|
||||
#endif
|
||||
|
||||
#if defined(FIIO_M3K)
|
||||
#if defined(FIIO_M3K) || defined(SONY_NWZE370)
|
||||
/* Avoids the LCD backlight ramping down & up weirdly */
|
||||
backlight_hw_off();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue