rockbox/apps/plugins/lua_scripts
William Wilgus 46d644fcd7 stars.lua screen does not update int the sim
SDL needs to do lcd_update from the main thread
stars.lua uses an event that runs in a timer thread
so in the sim the screen never updates

Change-Id: I6002525363010c3133ebbfb490763f747c5d773a
2026-02-10 10:46:15 -05:00
..
dump_rbsettings.lua
fade2sleep.lua
file_browser.lua
fileview.lua
lua_scripts.lua Allow first level folders in plugin menu 2024-05-05 14:01:43 -04:00
lua_scripts.make Allow first level folders in plugin menu 2024-05-05 14:01:43 -04:00
memchk.lua lua make memcheck script eat all available ram (incld audiobuf) 2024-12-26 01:49:01 -05:00
playback.lua
print_buttons.lua lua print_button script 2021-04-24 00:00:44 -04:00
print_lua_func.lua lua -- temp loader 2021-05-06 21:36:55 -04:00
random_playlist.lua random_playlist.lua make index more sparse 2021-12-08 22:09:16 -05:00
rb_poly.lua lua add rb_poly.lua vector drawing and memoization demo 2026-01-21 08:54:16 -05:00
return2WPS.lua lua add ability to pass PLUGIN_ ret vals with os.exit() + add defines 2021-10-21 22:28:05 -04:00
rlimg.lua rliimg add flip image example (#FS13745) Try #2 2026-01-24 01:43:58 -05:00
splashscroller.lua
stars.lua stars.lua screen does not update int the sim 2026-02-10 10:46:15 -05:00
submenu_demo.lua lua submenus add a way to dynamically add items 2021-04-30 13:38:54 +00:00
tagnav.lua
time_date.lua lua plugin remove strfrtime in favor of strfrtm.lua 2026-01-08 21:39:54 -05:00
track_metadata.lua