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