-
Notifications
You must be signed in to change notification settings - Fork 495
ILI9488 4 Wire SPI interface driver is not displaying correct image #490
Comments
AFAICT ILI9488 doesn't support RGB565 in SPI mode, only RGB666 which fbtft doesn't support: |
Hello, I just added the below code in drivers/staging/fbtft/fbtft-bus.c file and removed this 'fbtft_write_vmem16_bus8' and replaced with 'write_vmem16_bus8' in drivers/staging/fbtft/fbtft-core.c
|
i use your driver for my LCD display also, however, i encountered the problem of top of the screen missing some lines and bottom of the screen has some lines is not covered as shown above. My LCD TM035NDH07 resolution is 272x480. Do you encountered similar problem also? Final specification TM035NDH07-00 V2 1.pdf Thanks! |
@titusece |
Hello,
I am trying to interface the ILI9488 (320x480) 4 wire SPI LCD display (IM0, IM1, IM2 -> 111) into ARM board which boots Linux OS.
And using FBTFT driver for that.
https://github.com/notro/fbtft
I have created a driver for ILI9488 based on the above driver base and also I have added ILI9488 init code from DS.
Now I can see some thing on my LCD display but not correct image.
What could be the problem ?
Can you please help me out on this ?
https://www.dropbox.com/s/d4lpuefnl98j473/problem-warp-display.webm?dl=0
Attached driver.
fb_ili9488_ER-TFT035-6.zip
LCD:
http://www.buydisplay.com/download/manual/ER-TFT035-6_Datasheet.pdf
Thanks!
The text was updated successfully, but these errors were encountered: