ILI9488 not working in FC10

Any bugs you encounter with Flowcode should be discussed here.
jgu1
Posts: 813
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 696 times
Been thanked: 183 times

Flowcode v10 ILI9488 not working in FC10

Post by jgu1 »

Hi MM team!

The ILI9488 display with ESP32 is not working in FC10 Please have a look in this topic:
viewtopic.php?f=3&t=1759 Is there nothing to do?

Br jorgen

BenR
Matrix Staff
Posts: 1952
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 698 times

Re: ILI9488 not working in FC10

Post by BenR »

Hello,

I'll have a look for you. I've been using the ILI9488 in a project using v10 so I know this is working, however I'm using the parrallel version so I'll check the SPI version matches the v9 version.

jgu1
Posts: 813
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 696 times
Been thanked: 183 times

Re: ILI9488 not working in FC10

Post by jgu1 »

Hi Ben!

Perfect, thank you, look forward to hear.
Jorgern

jgu1
Posts: 813
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 696 times
Been thanked: 183 times

Re: ILI9488 not working in FC10

Post by jgu1 »

Hi again!

Think of something ben i mean i sent you a SPI display for awhile ago?

viewtopic.php?f=5&t=844&p=5641&hilit=ili9488#p5641

Jorgen

jgu1
Posts: 813
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 696 times
Been thanked: 183 times

Flowcode v10 Re: ILI9488 not working in FC10

Post by jgu1 »

Hi Martin,Ben and MM team!

Kindly request, something new concerning the issue with the Ili9488 not working in FC10 Please.

Br jorgen.

jgu1
Posts: 813
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 696 times
Been thanked: 183 times

Re: ILI9488 not working in FC10

Post by jgu1 »

Hi Ben!

I kindly ask, is at least possible to get an answer, it is something you will fix or are you already working on it?, please let me hear. ;)

Br Jorgen

BenR
Matrix Staff
Posts: 1952
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 698 times

Re: ILI9488 not working in FC10

Post by BenR »

Hello

I've got a ili9488 spi screen working nicely in v10 with esp. It's working in both the 4.1 and 5.0 idf. Might be worth sharing your project so we can investigate what the issue might be.

jgu1
Posts: 813
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 696 times
Been thanked: 183 times

Re: ILI9488 not working in FC10

Post by jgu1 »

Hi Ben!

Thank´s for reply. Really strange, it work by you, so what am I doing wrong. As you can see here, Steve trying to troubleshooting too, so if you want you can read here what we test:

viewtopic.php?f=3&t=1759

It is a project I started i FC9 and there are no problem i FC9, compile and display work perfect. I bougth FC10 and would continue with the project from there. FC10 compile and all seemed to be ok, but the display is blank. I just open the FC9 fcfx file from FC9 in FC10
I have att. the files aftercompile in FC9 and the same from FC10.
Hope you can fix or tell me if do something wrong.

Thank´s in advance

Jorgen
Attachments
NewSunFC9.msg.zip
(1.52 MiB) Downloaded 518 times
NewSunFC10 not work.zip
(1.52 MiB) Downloaded 438 times

BenR
Matrix Staff
Posts: 1952
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 698 times

Re: ILI9488 not working in FC10

Post by BenR »

Hi Jorgen,

Thanks for posting the attachments.

I've started having a look through your files but nothing is immediatley obvious so far. I'm assuming your up to date with your library updates.

20230306_140538.jpg
20230306_140538.jpg (100.44 KiB) Viewed 4005 times

Looks like I maybe need to re-look at the gamma settings, the blue seems to be a bit out of balance.

BenR
Matrix Staff
Posts: 1952
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 510 times
Been thanked: 698 times

Re: ILI9488 not working in FC10

Post by BenR »

Looking at your project I noticed a few potentials.

I've resized everything here for a better fresh v10 appearance.
NewSun10.fcfx
(138.79 KiB) Downloaded 427 times

Some things to check...

Display component - some of the pin connections are in chip format and others are in pin format, might be worth changing all pin references to chip format and see if this makes a difference. chip format = $PORTX.X / pin format = $pinxx

Touch screen component is missing a Prescaler value.


On running the program does the screen do anything? Does it power up and clear from the initialise?

Post Reply