summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2014-06-21 00:20:24 +0200
committerThomas Martitz <kugel@rockbox.org>2014-06-21 00:20:24 +0200
commitdbb76896ec5a7d698bed16bb218ae8df51b3d961 (patch)
tree39244b77ce6f8c22371a44b1fe60e2484f131e4d
parenta1842c04f9cb73210d4cacde61a9e4b115050765 (diff)
downloadrockbox-dbb76896ec5a7d698bed16bb218ae8df51b3d961.tar.gz
rockbox-dbb76896ec5a7d698bed16bb218ae8df51b3d961.zip
lcd-24bit: fix up previous commit a1842c0
* e200v2 shouldn't use 24bit (was just for testing) * samsung ypr0/ypr1 should enable it but the correct number must be passed to bmp2rb Change-Id: Ia91b0ff80a54265d4c3111d9dcb8e7b9dd12b5d4
-rw-r--r--firmware/export/config/sansae200v2.h4
-rwxr-xr-xtools/configure4
2 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config/sansae200v2.h b/firmware/export/config/sansae200v2.h
index e70b409d51..c703439e7f 100644
--- a/firmware/export/config/sansae200v2.h
+++ b/firmware/export/config/sansae200v2.h
@@ -53,8 +53,8 @@
53#define LCD_HEIGHT 220 53#define LCD_HEIGHT 220
54/* sqrt(176^2 + 220^2) / 1.8 = 156.5 */ 54/* sqrt(176^2 + 220^2) / 1.8 = 156.5 */
55#define LCD_DPI 157 55#define LCD_DPI 157
56#define LCD_DEPTH 24 /* 65536 colours */ 56#define LCD_DEPTH 16 /* 65536 colours */
57#define LCD_PIXELFORMAT RGB888 /* rgb565 */ 57#define LCD_PIXELFORMAT RGB565 /* rgb565 */
58 58
59#ifndef BOOTLOADER 59#ifndef BOOTLOADER
60/* define this if you have LCD enable function */ 60/* define this if you have LCD enable function */
diff --git a/tools/configure b/tools/configure
index 30687b2790..d3312c0c0d 100755
--- a/tools/configure
+++ b/tools/configure
@@ -3474,7 +3474,7 @@ fi
3474 tool="cp " 3474 tool="cp "
3475 boottool="cp " 3475 boottool="cp "
3476 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" 3476 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
3477 bmp2rb_native="$rootdir/tools/bmp2rb -f 4" 3477 bmp2rb_native="$rootdir/tools/bmp2rb -f 9"
3478 output="rockbox" 3478 output="rockbox"
3479 bootoutput="rockbox" 3479 bootoutput="rockbox"
3480 appextra="recorder:gui:radio" 3480 appextra="recorder:gui:radio"
@@ -3554,7 +3554,7 @@ fi
3554 tool="cp " 3554 tool="cp "
3555 boottool="cp " 3555 boottool="cp "
3556 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0" 3556 bmp2rb_mono="$rootdir/tools/bmp2rb -f 0"
3557 bmp2rb_native="$rootdir/tools/bmp2rb -f 4" 3557 bmp2rb_native="$rootdir/tools/bmp2rb -f 9"
3558 output="rockbox" 3558 output="rockbox"
3559 bootoutput="rockbox" 3559 bootoutput="rockbox"
3560 appextra="recorder:gui:radio" 3560 appextra="recorder:gui:radio"