summaryrefslogtreecommitdiffstats
path: root/firmware/target/mips
diff options
context:
space:
mode:
authorMaurus Cuelenaere <mcuelenaere@gmail.com>2010-11-11 13:04:22 +0000
committerMaurus Cuelenaere <mcuelenaere@gmail.com>2010-11-11 13:04:22 +0000
commitb787c0dd05ef4ddd6727a86b06d2491be8600f07 (patch)
tree9154571e1f8ec65cc9ac5d49f00316342ec43c47 /firmware/target/mips
parent5727688e72f2b9b943194bd4a9497f103bf95548 (diff)
downloadrockbox-b787c0dd05ef4ddd6727a86b06d2491be8600f07.tar.gz
rockbox-b787c0dd05ef4ddd6727a86b06d2491be8600f07.zip
Onda VX767: get some facts about the state of the current LCD driver straight
* Remove wrong comment in config * Add a note to the LCD driver stating that it isn't complete and thus non-working atm git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28558 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/target/mips')
-rw-r--r--firmware/target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/firmware/target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c b/firmware/target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c
index b3cc6980e1..caee8982f6 100644
--- a/firmware/target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c
+++ b/firmware/target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c
@@ -71,7 +71,12 @@ static void _display_pin_init(void)
__gpio_set_pin(PIN_UNK_N); \
SLCD_SET_DATA(val); \
WAIT_ON_SLCD;
-
+
+/* Note: this has been confirmed non-working
+ * and needs some tweaking from a VX767 owner.
+ * (this was reverse engineered from the OF so
+ * "should" be correct) */
+
static void _display_init(void)
{
int i;