STM32-SPI-ILI9488

Any bugs you encounter with Flowcode should be discussed here.
mehmet64
Posts: 40
http://meble-kuchenne.info.pl
Joined: Mon Apr 05, 2021 1:59 am
Has thanked: 8 times
Been thanked: 4 times

Re: STM32-SPI-ILI9488

Post by mehmet64 »

Hi Guys
Ben your Display is ILI9488 ? I cant yet working ILI9488 in SPI mode

jgu1
Posts: 602
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 494 times
Been thanked: 132 times

Re: STM32-SPI-ILI9488

Post by jgu1 »

Hi Ben!

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

Br Jorgen

BenR
Matrix Staff
Posts: 1706
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 435 times
Been thanked: 598 times

Re: STM32-SPI-ILI9488

Post 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.

jgu1
Posts: 602
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 494 times
Been thanked: 132 times

Re: STM32-SPI-ILI9488

Post 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

jgu1
Posts: 602
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 494 times
Been thanked: 132 times

Re: STM32-SPI-ILI9488

Post by jgu1 »


mehmet64
Posts: 40
Joined: Mon Apr 05, 2021 1:59 am
Has thanked: 8 times
Been thanked: 4 times

Re: STM32-SPI-ILI9488

Post by mehmet64 »

Hi BEN
how are you today?Were you able to launch the lcd?i waiting good news from you?

mehmet64
Posts: 40
Joined: Mon Apr 05, 2021 1:59 am
Has thanked: 8 times
Been thanked: 4 times

Re: STM32-SPI-ILI9488

Post by mehmet64 »

Hi BEN ... is there any new information about this component?

BenR
Matrix Staff
Posts: 1706
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 435 times
Been thanked: 598 times

Re: STM32-SPI-ILI9488

Post 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.

jgu1
Posts: 602
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 494 times
Been thanked: 132 times

Re: STM32-SPI-ILI9488

Post 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

mehmet64
Posts: 40
Joined: Mon Apr 05, 2021 1:59 am
Has thanked: 8 times
Been thanked: 4 times

Re: STM32-SPI-ILI9488

Post by mehmet64 »

Hi BEN how are you?Were you able to solve the problem?

Post Reply