summaryrefslogtreecommitdiff
path: root/apps/plugins/lua/rbdefines_helper.pl
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2021-04-23 23:55:16 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2021-04-24 00:00:44 -0400
commit557ff6a9818d5383c9b544ad45612b850334e1e0 (patch)
tree5b3ed5966efacf13f9c1d27a919372324d837f7d /apps/plugins/lua/rbdefines_helper.pl
parent14c6bb798d6bebc80f07e863236adbaf8d156a9c (diff)
downloadrockbox-557ff6a9818d5383c9b544ad45612b850334e1e0.tar.gz
rockbox-557ff6a9818d5383c9b544ad45612b850334e1e0.zip
lua print_button script
also allow splash_scroller to be used as static text display Change-Id: Idc8c9e60ada920e2d1abd5301b59bd235e21a1c2
Diffstat (limited to 'apps/plugins/lua/rbdefines_helper.pl')
-rwxr-xr-xapps/plugins/lua/rbdefines_helper.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/lua/rbdefines_helper.pl b/apps/plugins/lua/rbdefines_helper.pl
index eca09187fa..e788855e87 100755
--- a/apps/plugins/lua/rbdefines_helper.pl
+++ b/apps/plugins/lua/rbdefines_helper.pl
@@ -47,7 +47,7 @@ if ($def_type eq "rb_defines") {
47 '^PLAYLIST_(INSERT|PREPEND|REPLACE)', 47 '^PLAYLIST_(INSERT|PREPEND|REPLACE)',
48 '^TOUCHSCREEN_(POINT|BUTTON)$', 48 '^TOUCHSCREEN_(POINT|BUTTON)$',
49 '^SYS_CHARGER_(DIS|)CONNECTED$', 49 '^SYS_CHARGER_(DIS|)CONNECTED$',
50 '^SYS_(TIMEOUT|POWEROFF)$', 50 '^SYS_(TIMEOUT|POWEROFF|BATTERY_UPDATE)$',
51 '^SYS_USB_(DIS|)CONNECTED$', 51 '^SYS_USB_(DIS|)CONNECTED$',
52 '^HOME_DIR$', 52 '^HOME_DIR$',
53 '^PLUGIN_DIR$', 53 '^PLUGIN_DIR$',