rockbox/apps/plugins/lua/include_lua
William Wilgus e910f63bba lua add a way to filter settings on read
rather than dumping all the settings allow a filter function
to choose desired settings

in menucoresettings you can see an how to do exact text matches
or wilcard matches you can even use luas version of regex

Change-Id: I4c7f7592498ea194e06e9a556b77ffd57f5d4223
2021-05-19 23:29:10 -04:00
..
audio.lua Lua Add underscores in audio, pcm, playlist functions 2018-10-31 09:23:00 -04:00
blit.lua
color.lua
create_kbd_layout.lua lua -- temp loader 2021-05-06 21:36:55 -04:00
draw.lua lua add rlimg.lua example script split large includes to separate files 2019-08-04 16:57:02 +02:00
draw_floodfill.lua lua add rlimg.lua example script split large includes to separate files 2019-08-04 16:57:02 +02:00
draw_num.lua lua optimize poly_draw add draw_number, poly_points modules 2019-08-26 22:17:33 -05:00
draw_poly.lua lua optimize poly_draw add draw_number, poly_points modules 2019-08-26 22:17:33 -05:00
draw_text.lua lua add rlimg.lua example script split large includes to separate files 2019-08-04 16:57:02 +02:00
files.lua lua move strip_extension and create_numbered_filename out of main binary 2019-09-28 03:15:15 +02:00
image.lua lua add rlimg.lua example script split large includes to separate files 2019-08-04 16:57:02 +02:00
image_save.lua lua add rlimg.lua example script split large includes to separate files 2019-08-04 16:57:02 +02:00
lcd.lua
math_ex.lua
menubuttons.lua lua -- temp loader 2021-05-06 21:36:55 -04:00
menucoresettings.lua lua add a way to filter settings on read 2021-05-19 23:29:10 -04:00
pcm.lua pcm: Further cleanup of unused bits of the PCM ACPI: 2020-11-12 15:59:09 +00:00
playlist.lua Lua Add underscores in audio, pcm, playlist functions 2018-10-31 09:23:00 -04:00
poly_points.lua lua optimize poly_draw add draw_number, poly_points modules 2019-08-26 22:17:33 -05:00
print.lua lua add submenu module + cleanup 2021-04-28 04:37:16 +00:00
printmenus.lua lua add submenu module + cleanup 2021-04-28 04:37:16 +00:00
printsubmenu.lua lua submenus add a way to dynamically add items 2021-04-30 13:38:54 +00:00
printtable.lua lua -- temp loader 2021-05-06 21:36:55 -04:00
rbcompat.lua Lua optimize combine and rework similar functions 2018-11-02 18:00:06 +01:00
rbsettings.lua lua add a way to filter settings on read 2021-05-19 23:29:10 -04:00
sound.lua lua add sound_current, consolidate sound_ functions 2019-07-25 10:17:40 -05:00
temploader.lua lua -- temp loader 2021-05-06 21:36:55 -04:00
timer.lua