diff options
Diffstat (limited to 'bootloader')
| -rw-r--r-- | bootloader/gigabeat-s.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootloader/gigabeat-s.c b/bootloader/gigabeat-s.c index 2e95d4c..8258e27 100644 --- a/bootloader/gigabeat-s.c +++ b/bootloader/gigabeat-s.c @@ -143,6 +143,9 @@ static void handle_usb(void) button_close(); backlight_close(); + /* Sleep a little to let the backlight ramp up */ + sleep(HZ*5/4); + reset_screen(); } |