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

Re: ILI9488 not working in FC10

Post by jgu1 »

Hi Martin!

From start I have made the program in FC9 and everything work. Then I would continue in FC10 and then the display is blanck.
I just open my project in FC10 and compile and then I get this .c file

This .c file is from the FC10 compilation. I use the same ESP tool chain as in FC9: C:\Users\45505\.espressif. So do you mean I do something wrong? ;)

EDIT. Oh my god Martin, sorry in the rush it was the wrong file, so sorry, hereby the FC10 .c file :o


jorgen
Attachments
NewSun.c
(194.23 KiB) Downloaded 117 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 persisting with this one, I beleive I have found the problem. I wasn't getting it because I'm developing support for the newer 5.0 IDF which doesn't have my high speed IO optimisation.

Anyway single pin writes to PortB IO32 and above were being done to the lower PortA register. Looks like in adding 5.0 support I introduced the bug.

Fix should now be available via the library updates.

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 & Martin!

Your velcome Ben, always glad if I can help, anytime. :D

I just update the Lib´s and perform a test, working perfect now, really preciated, so now I can continue build my project in FC10, Thank´s. ;)

Br.

Jorgen.

Post Reply