From 5656f8245f63c5104085998c0865bac0aea95d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Fri, 28 Nov 2008 00:37:28 +0000 Subject: Sansa Clip: build plugins (FS#9578) Use unmodified C200 keymap when possible, variation of it when not Use Archos bitmaps when possible Current problems: - Pegbox plugin shows display corruption (corruption is different in the simulator) - Bubbles plugin misses 1 or 2 bottom lines, but if we gain back these lines it occupies a too small area of the screen - Splitted screen (yellow/blue) is a bit weird in most plugins git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19252 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/test_grey.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugins/test_grey.c') diff --git a/apps/plugins/test_grey.c b/apps/plugins/test_grey.c index 34167e4..1b65c34 100644 --- a/apps/plugins/test_grey.c +++ b/apps/plugins/test_grey.c @@ -58,7 +58,8 @@ PLUGIN_HEADER #define GREY_DOWN BUTTON_DOWN #elif (CONFIG_KEYPAD == IAUDIO_X5M5_PAD) \ - || (CONFIG_KEYPAD == MROBE100_PAD) + || (CONFIG_KEYPAD == MROBE100_PAD) \ + || (CONFIG_KEYPAD == SANSA_CLIP_PAD) #define GREY_QUIT BUTTON_POWER #define GREY_OK BUTTON_SELECT #define GREY_PREV BUTTON_LEFT -- cgit v1.1