summaryrefslogtreecommitdiff
path: root/apps/plugins/lua
diff options
context:
space:
mode:
authorKevin Ferrare <kevin@rockbox.org>2009-10-29 07:48:26 +0000
committerKevin Ferrare <kevin@rockbox.org>2009-10-29 07:48:26 +0000
commit19c3e77fa06cca129c4be9b404297f0ab485ee77 (patch)
treef419f9fd410a84cbdcdf7c10007b7f7db1d4bc72 /apps/plugins/lua
parent9f0cbb5a36911493467e31923eb48afd0af21e34 (diff)
downloadrockbox-19c3e77fa06cca129c4be9b404297f0ab485ee77.zip
rockbox-19c3e77fa06cca129c4be9b404297f0ab485ee77.tar.gz
rockbox-19c3e77fa06cca129c4be9b404297f0ab485ee77.tar.bz2
rockbox-19c3e77fa06cca129c4be9b404297f0ab485ee77.tar.xz
Boomshine plugin : port to Greyscale and B/W targets, and targets without touchscreen (currently using the virtual keyboard keymap)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23397 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins/lua')
-rw-r--r--apps/plugins/lua/rocklib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lua/rocklib.c b/apps/plugins/lua/rocklib.c
index 0b336b3..ca77d5e 100644
--- a/apps/plugins/lua/rocklib.c
+++ b/apps/plugins/lua/rocklib.c
@@ -674,6 +674,7 @@ LUALIB_API int luaopen_rock(lua_State *L)
RB_CONSTANT(LCD_WIDTH);
RB_CONSTANT(LCD_HEIGHT);
+ RB_CONSTANT(LCD_DEPTH);
RB_CONSTANT(FONT_SYSFIXED);
RB_CONSTANT(FONT_UI);