diff options
Diffstat (limited to 'apps/plugins/boomshine.lua')
| -rw-r--r-- | apps/plugins/boomshine.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/boomshine.lua b/apps/plugins/boomshine.lua index fe73e8c..2eb43de 100644 --- a/apps/plugins/boomshine.lua +++ b/apps/plugins/boomshine.lua @@ -345,7 +345,7 @@ function display_message(to, ...) rb.sleep(to) end - rb.lcd_stop_scroll() -- Stop our scrolling message + rb.lcd_scroll_stop() -- Stop our scrolling message end if HAS_TOUCHSCREEN then |