rockbox/apps/plugins/lua/include_lua
William Wilgus 400603abdf Lua -- Fix device hang when scroll function active on clear_screen
I previously noticed that manually clearing the framebuffer while scroll
function was active caused lua to crash

I could reproduce in sim and on device but I thought using the plugin
supplied rb->lcd_clear_screen was immune to this issue

Unfortunately some devices exhibit this behavior with the plugin function
as well

This patch adds rb->lcd_scroll_stop() before lcd_clear_screen at lua start-up
and to the supplied include file lcd.lua

Change-Id: I9800145e5c834ea27df5db5f1bca50b0d40faa49
2018-07-27 15:09:55 +02:00
..
blit.lua Rocklua -- Extend / Fix rliImage 2018-07-23 05:13:32 +02:00
color.lua Rocklua -- Extend / Fix rliImage 2018-07-23 05:13:32 +02:00
draw.lua Rocklua -- Extend / Fix rliImage 2018-07-23 05:13:32 +02:00
image.lua Try # 3 for lua make file 2018-07-24 07:31:40 +02:00
lcd.lua Lua -- Fix device hang when scroll function active on clear_screen 2018-07-27 15:09:55 +02:00
math_ex.lua Rocklua -- Extend / Fix rliImage 2018-07-23 05:13:32 +02:00
print.lua Rocklua -- Extend / Fix rliImage 2018-07-23 05:13:32 +02:00
timer.lua Rocklua -- Extend / Fix rliImage 2018-07-23 05:13:32 +02:00