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 fe73e8cb66..2eb43dedbd 100644
--- a/apps/plugins/boomshine.lua
+++ b/apps/plugins/boomshine.lua
@@ -345,7 +345,7 @@ function display_message(to, ...)
345 rb.sleep(to) 345 rb.sleep(to)
346 end 346 end
347 347
348 rb.lcd_stop_scroll() -- Stop our scrolling message 348 rb.lcd_scroll_stop() -- Stop our scrolling message
349end 349end
350 350
351if HAS_TOUCHSCREEN then 351if HAS_TOUCHSCREEN then