diff options
-rw-r--r-- | recovery.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recovery.cpp b/recovery.cpp index b8a53df..3cd2764 100644 --- a/recovery.cpp +++ b/recovery.cpp @@ -1381,6 +1381,9 @@ main(int argc, char **argv) { sync(); + write_file("/sys/class/leds/lcd-backlight/brightness", "0"); + gr_fb_blank(true); + switch (after) { case Device::SHUTDOWN: ui->Print("Shutting down...\n"); |