summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rbdefines_helper.pl
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2021-04-09 23:11:31 -0400
committerWilliam Wilgus <me.theuser@yahoo.com>2021-04-20 03:30:41 +0000
commitacda37edd13b9c6aca16cd1d1ee9183368d5b40c (patch)
treee4b500df9ed0c8c18d576c5c7cc6d80a3ce5b28a /apps/plugins/lua/rbdefines_helper.pl
parentc71a47f6496766b80a9e8c965a1603c7223e45ce (diff)
downloadrockbox-acda37edd13b9c6aca16cd1d1ee9183368d5b40c.tar.gz
rockbox-acda37edd13b9c6aca16cd1d1ee9183368d5b40c.zip
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
Diffstat (limited to 'apps/plugins/lua/rbdefines_helper.pl')
-rwxr-xr-xapps/plugins/lua/rbdefines_helper.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/rbdefines_helper.pl b/apps/plugins/lua/rbdefines_helper.pl
index b55609077d..eca09187fa 100755
--- a/apps/plugins/lua/rbdefines_helper.pl
+++ b/apps/plugins/lua/rbdefines_helper.pl
@@ -53,6 +53,7 @@ if ($def_type eq "rb_defines") {
53 '^PLUGIN_DIR$', 53 '^PLUGIN_DIR$',
54 '^PLUGIN(_APPS_|_GAMES_|_)DATA_DIR$', 54 '^PLUGIN(_APPS_|_GAMES_|_)DATA_DIR$',
55 '^ROCKBOX_DIR$', 55 '^ROCKBOX_DIR$',
56 '^STYLE_(NONE|DEFAULT|INVERT|COLORBAR|GRADIENT|COLORED)',
56 '^VIEWERS_DATA_DIR$'); 57 '^VIEWERS_DATA_DIR$');
57} 58}
58elsif ($def_type eq "sound_defines") { 59elsif ($def_type eq "sound_defines") {