Page 4 of 4

Re: ILI9488 not working in FC10

Posted: Sun Mar 12, 2023 3:39 pm
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

Re: ILI9488 not working in FC10

Posted: Mon Mar 13, 2023 10:08 am
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.

Re: ILI9488 not working in FC10

Posted: Mon Mar 13, 2023 3:03 pm
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.