From 19c3e77fa06cca129c4be9b404297f0ab485ee77 Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Thu, 29 Oct 2009 07:48:26 +0000 Subject: 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 --- apps/plugins/lua/rocklib.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/lua/rocklib.c') diff --git a/apps/plugins/lua/rocklib.c b/apps/plugins/lua/rocklib.c index 0b336b3784..ca77d5ea8f 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); -- cgit v1.2.3