Page 3 of 5

Re: STM32-SPI-ILI9488

Posted: Tue Jun 07, 2022 1:05 pm
by mehmet64
Hi Guys
Ben your Display is ILI9488 ? I cant yet working ILI9488 in SPI mode

Re: STM32-SPI-ILI9488

Posted: Thu Jun 09, 2022 2:00 pm
by jgu1
Hi Ben!

I know you are busy, but dare to ask ;)
Is it possible to get the display working?

Br Jorgen

Re: STM32-SPI-ILI9488

Posted: Thu Jun 09, 2022 2:29 pm
by BenR
Hi Jorgen,

I've spent time on this yesterday and again today. I have made some progress but it's still not fully working. I have been able to set pixels but only from a light grey to black and not back again.

I've changed the colour from 565 to 666 format as required by the ILI9488 in SPI mode but still no joy.

I've been copying some online libraries and what I have should be working but isn't I'm now wondering if there are different versions of the driver as I've heard mention of this on a forum. Do you still have a link to where you purchased the display from?

I'll keep trying next step might be to try and get the MISO working so I can read back from the display and this will hopefully allow me to confirm the driver IC I'm dealing with.

Re: STM32-SPI-ILI9488

Posted: Thu Jun 09, 2022 6:15 pm
by jgu1
Hi Ben!

Well ok, tricky display, I though it was almost similar with few change to the Ili9341 :x If I use the ILI9341 display with Ili9488 component SPI the Ili9341 work, but not 100%

Unfortunately I can´t remember where I bougth the display, I think it was on Ebay somewhere.

Edit, found it here: https://www.ebay.de/itm/1pc-3-5-Zoll-48 ... 2411b818ed

Maybe mehmert can help, where do you buy yours?

Jorgen

Re: STM32-SPI-ILI9488

Posted: Sun Jun 12, 2022 5:30 pm
by jgu1

Re: STM32-SPI-ILI9488

Posted: Wed Jun 15, 2022 10:59 am
by mehmet64
Hi BEN
how are you today?Were you able to launch the lcd?i waiting good news from you?

Re: STM32-SPI-ILI9488

Posted: Mon Jun 20, 2022 10:15 am
by mehmet64
Hi BEN ... is there any new information about this component?

Re: STM32-SPI-ILI9488

Posted: Mon Jun 20, 2022 10:51 am
by BenR
Hello,

I did have another go on Friday and over the weekend. I went through the register initialisers from the library I was using and compared them to the datasheet and they were all over the place in terms of either not matching up the correct number of parameter bytes or calling functions that weren't there, on my version of the datasheet anyway. So I've stripped out everything that is wrong and I'll try and move forward using defaults and switching individual settings on and off to see if it makes a difference.

I also implemented the register readback so I can monitor the setup of the LCD once everything has been initialised. This should hopefully allow me to play with the settings until I stumble onto a setup that works.

Hopefully I'll get more time on it tomorrow.

Re: STM32-SPI-ILI9488

Posted: Mon Jun 20, 2022 11:38 am
by jgu1
Wow Ben. Thank´s for information and your work :D I am not home before thursday, hopefully to test, look forward.

Br Jorgen

Re: STM32-SPI-ILI9488

Posted: Mon Jun 27, 2022 6:21 pm
by mehmet64
Hi BEN how are you?Were you able to solve the problem?