summaryrefslogtreecommitdiffstats
path: root/firmware/target/mips/ingenic_x1000/erosqnative/button-erosqnative.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/mips/ingenic_x1000/erosqnative/button-erosqnative.c')
-rw-r--r--firmware/target/mips/ingenic_x1000/erosqnative/button-erosqnative.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/mips/ingenic_x1000/erosqnative/button-erosqnative.c b/firmware/target/mips/ingenic_x1000/erosqnative/button-erosqnative.c
index 3fc4f11108..6c50021ce1 100644
--- a/firmware/target/mips/ingenic_x1000/erosqnative/button-erosqnative.c
+++ b/firmware/target/mips/ingenic_x1000/erosqnative/button-erosqnative.c
@@ -234,6 +234,7 @@ int button_read_device(void)
queue_post(&button_queue, BUTTON_SCROLL_FWD, 0);
enc_position = 0;
reset_poweroff_timer();
+ backlight_on();
}
else if (enc_position < -1)
{
@@ -242,6 +243,7 @@ int button_read_device(void)
queue_post(&button_queue, BUTTON_SCROLL_BACK, 0);
enc_position = 0;
reset_poweroff_timer();
+ backlight_on();
}
return r;