From 28ae7004446b05f085083669182a81d1cc28c164 Mon Sep 17 00:00:00 2001 From: Sebastian Leonhardt Date: Fri, 23 Sep 2016 01:25:32 +0200 Subject: FS#11922: Lua game - Pixel Painter * Changed keymaps to PLA and added to SOURCES and CATEGORIES file * improved keymaps: implement wrap-around and key repeat * change keymap according to screen orientation * fix font size calculation * use blocking button query in main loop * replace tabs with spaces * added manual entry * added original author to CREDITS Change-Id: Id67ae99cbb7a737c7f4608e278b77a389ac2ffa6 --- apps/plugins/SOURCES | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'apps/plugins/SOURCES') diff --git a/apps/plugins/SOURCES b/apps/plugins/SOURCES index b3a939695f..9eec04aa22 100644 --- a/apps/plugins/SOURCES +++ b/apps/plugins/SOURCES @@ -149,7 +149,10 @@ metronome.c /* Lua needs at least 160 KB to work in */ #if PLUGIN_BUFFER_SIZE >= 0x80000 boomshine.lua -#endif +#ifdef HAVE_LCD_COLOR +pixel-painter.lua +#endif /* HAVE_LCD_COLOR */ +#endif /* PLUGIN_BUFFER_SIZE >= 0x80000 */ rockblox1d.c brickmania.c -- cgit v1.2.3