From 9ad40eb334c9c2b246203e0ae4a09913bba118db Mon Sep 17 00:00:00 2001 From: "H. Nikolaus Schaller" Date: Sun, 14 Jul 2013 11:53:22 +0200 Subject: fixed boot menu for gta04b3 screen size Signed-off-by: H. Nikolaus Schaller --- boot-scr/menu-b3.rgb16 | Bin 10 -> 768000 bytes u-boot/board/goldelico/gta04/tsc2007.c | 1 + 2 files changed, 1 insertion(+) mode change 120000 => 100644 boot-scr/menu-b3.rgb16 diff --git a/boot-scr/menu-b3.rgb16 b/boot-scr/menu-b3.rgb16 deleted file mode 120000 index 8cf6ee4..0000000 --- a/boot-scr/menu-b3.rgb16 +++ /dev/null @@ -1 +0,0 @@ -menu.rgb16 \ No newline at end of file diff --git a/boot-scr/menu-b3.rgb16 b/boot-scr/menu-b3.rgb16 new file mode 100644 index 0000000..633b730 Binary files /dev/null and b/boot-scr/menu-b3.rgb16 differ diff --git a/u-boot/board/goldelico/gta04/tsc2007.c b/u-boot/board/goldelico/gta04/tsc2007.c index 11565df..5cdb952 100644 --- a/u-boot/board/goldelico/gta04/tsc2007.c +++ b/u-boot/board/goldelico/gta04/tsc2007.c @@ -201,6 +201,7 @@ int pendown(int *x, int *y) if(x) *x=xx; if(y) *y=yy; udelay(10000); // reduce I2C traffic and debounce... + // FIXME: this is not correctly working on the b3 display at the bottom rows - there we get values > 50 return z > 200; // was pressed #else // must be in PENIRQ mode... -- cgit v1.1