summaryrefslogtreecommitdiff
path: root/apps/plugins/boomshine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/boomshine.lua')
-rw-r--r--apps/plugins/boomshine.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/boomshine.lua b/apps/plugins/boomshine.lua
index 224708d065..c7ed6dfdf1 100644
--- a/apps/plugins/boomshine.lua
+++ b/apps/plugins/boomshine.lua
@@ -537,7 +537,7 @@ do -- attempt to get stats to fit on screen
537end 537end
538 538
539if HAS_TOUCHSCREEN then 539if HAS_TOUCHSCREEN then
540 rb.touchscreen_set_mode(rb.TOUCHSCREEN_POINT) 540 rb.touchscreen_mode(rb.TOUCHSCREEN_POINT)
541end 541end
542 542
543rb.backlight_force_on() 543rb.backlight_force_on()