rockbox/apps/plugins/lua/include_lua
William Wilgus acda37edd1 lua print table put_line a do_menu alternative
add stylized lines to lua

the exported do_menu has a severe limitation of 64 items
it also requires double the memory

put_line is the way rockbox builds menus

update printtable

user config from core -- done
code cleanup
fixed for 1-bit screens
changed button behavior
fixed for 2-bit screens

Change-Id: I4de55e42685aa1d2f53a33bc8e980827864e810b
2021-04-20 03:30:41 +00:00
..
audio.lua Lua Add underscores in audio, pcm, playlist functions 2018-10-31 09:23:00 -04:00
blit.lua Clean up rocklib_img 2018-10-09 01:02:25 +02:00
color.lua Fix red rocklib_img 32-24 bit targets 2018-10-08 19:59:50 -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 Fix red rocklib_img 32-24 bit targets 2018-10-08 19:59:50 -04:00
math_ex.lua Rocklua -- Extend / Fix rliImage 2018-07-23 05:13:32 +02: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 print table put_line a do_menu alternative 2021-04-20 03:30:41 +00:00
printmenus.lua lua print table put_line a do_menu alternative 2021-04-20 03:30:41 +00:00
printtable.lua lua print table put_line a do_menu alternative 2021-04-20 03:30:41 +00:00
rbcompat.lua Lua optimize combine and rework similar functions 2018-11-02 18:00:06 +01:00
rbsettings.lua Lua add metadata and settings reading helper module 2019-09-07 03:10:59 +02:00
sound.lua lua add sound_current, consolidate sound_ functions 2019-07-25 10:17:40 -05:00
timer.lua Rocklua -- Extend / Fix rliImage 2018-07-23 05:13:32 +02:00