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/lamp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugins/lamp.c') diff --git a/apps/plugins/lamp.c b/apps/plugins/lamp.c index bad757c..e355ee4 100644 --- a/apps/plugins/lamp.c +++ b/apps/plugins/lamp.c @@ -140,8 +140,9 @@ enum plugin_status plugin_start(const struct plugin_api* api, const void* parame #endif /* HAVE_BUTTONLIGHT_BRIGHTNESS */ #ifdef HAVE_LCD_INVERT -#ifdef MROBE_100 +#if defined(MROBE_100) || defined(SANSA_CLIP) /* mrobe-100 has inverted display so invert it for max brightness */ + /* sansa clip has no real backlight so we need to enable all pixels */ rb->lcd_set_invert_display(true); #else rb->lcd_set_invert_display(false); -- cgit v1.1