diff --git a/firmware/export/config/ondavx767.h b/firmware/export/config/ondavx767.h index bf9aaed7c1..b2bac4f851 100644 --- a/firmware/export/config/ondavx767.h +++ b/firmware/export/config/ondavx767.h @@ -62,11 +62,10 @@ /* define this if the target has volume keys which can be used in the lists */ #define HAVE_VOLUME_IN_LIST -/* LCD dimensions */ +/* LCD type */ #define CONFIG_LCD LCD_ONDAVX767 -/* this are not actually the correct dimensions (480x272 is correct) - * should be fixed once there's a working LCD driver */ +/* LCD dimensions */ #define LCD_WIDTH 480 #define LCD_HEIGHT 272 #define LCD_DPI 128 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;