summaryrefslogtreecommitdiffstats
path: root/apps/features.txt
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2008-08-12 11:51:09 +0000
committerNils Wallménius <nils@rockbox.org>2008-08-12 11:51:09 +0000
commit16d32d59abb30506964fad94bc796d3d5f9146d8 (patch)
treee6ddbee610ca8654a25d66af2cb5041d4b6b542c /apps/features.txt
parenta72108322321411a7317344746a4e6f2f5794b59 (diff)
downloadrockbox-16d32d59abb30506964fad94bc796d3d5f9146d8.tar.gz
rockbox-16d32d59abb30506964fad94bc796d3d5f9146d8.zip
Separate the feature for remote lcd inversion from main lcd inversion to fix a small manual bug
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18251 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/features.txt')
-rw-r--r--apps/features.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/features.txt b/apps/features.txt
index 15088361e9..e26938e02f 100644
--- a/apps/features.txt
+++ b/apps/features.txt
@@ -60,7 +60,7 @@ lcd_color
lcd_flip
#endif
-#if defined(HAVE_LCD_INVERT) || defined(HAVE_REMOTE_LCD)
+#if defined(HAVE_LCD_INVERT)
lcd_invert
#endif
@@ -110,6 +110,7 @@ recording_hwcodec
#if defined(HAVE_REMOTE_LCD)
remote
+remote_lcd_invert
#endif
#if defined(HAVE_REMOTE_LCD_TICKING)