Page 1 of 2
Project from FC9 not working in FC10!
Posted: Sat Feb 18, 2023 8:01 pm
by jgu1
Hi!
Sorry it´s me again, but
I have made a project in FC9 with an ILI9488 and an ESP32 Working.
For few days I try to compile the same program via FC10. Just open it in FC10 and compile and it work. Today I try again, and compile, FC10 compile and upload to the ESP32, but now the screen/display is blank.
I have of course a backup in FC9 and when I compile from FC9 it work perfect. I try to copy the fcfx file to my FC10 and compile again, but no luck, still blank screen.
Yesterday I update the Core to Flowcode v10 Flowcode v10.0.1.18 could this be the issue
Br Jorgen
Re: Project from FC9 not working in FC10!
Posted: Sun Feb 19, 2023 9:52 am
by Steve-Matrix
To help us solve this issue, could you please share the following files for
both v9 and v10 projects:
- The project files (*.fcfx)
- The generated c code files (*.c)
- The compiler messages (*.msg.txt)
Re: Project from FC9 not working in FC10!
Posted: Sun Feb 19, 2023 3:40 pm
by jgu1
Hi Steve!
I have renamed the files.
Jorgen
Re: Project from FC9 not working in FC10!
Posted: Mon Feb 20, 2023 9:12 am
by Steve-Matrix
Thanks. There are 2 differences I can see in the C code files that could account for the problem.
(1) The v10 project has "create separate .c and .h files" selected in the Global Settings. Can you please post your "C:\Flowcode10\Projekter\NewSun\NewSun.h" file here so I can see that. And after posting it, could you try unticking this option and recompiling to see if this fixes the issue.
(2) There is a small code difference within the Font subcomponent. I will ask Ben to see if this could be the cause of what you're seeing.
Re: Project from FC9 not working in FC10!
Posted: Mon Feb 20, 2023 10:14 am
by jgu1
Hi Steve!
Thank’s. I do it later today.
Br Jorgen
Re: Project from FC9 not working in FC10!
Posted: Mon Feb 20, 2023 2:06 pm
by jgu1
Hi Steve!
I try to untic the .h and .c file on Global setting, no change, still blanck screen.
Re: Project from FC9 not working in FC10!
Posted: Mon Feb 20, 2023 2:22 pm
by Steve-Matrix
Thanks, Jorgen.
Can you please try compiling with the original v10 EXE and see if that fixes the problem. If it does, please post the v10 .c and .h files that work and I will compare with the v10 files that do not work.
I will send a PM now with a download of the original EXE as this is easier that re-installing v10.
Re: Project from FC9 not working in FC10!
Posted: Mon Feb 20, 2023 6:48 pm
by jgu1
Hi again!
I have perform at test as you recommend, but still the same result, nothing on the display. Strange. As I said before update to v.18 I have manage to compile with FC10
As you see it is a project I work on and made in FC9. After I get FC10 I want to continue the project in FC10 but only once
Hope this can help you.
Re: Project from FC9 not working in FC10!
Posted: Tue Feb 21, 2023 9:09 am
by Steve-Matrix
Thanks. I'm not sure what the problem is. A few other things you could try:
1) Create a simple "LED flasher" project on the same hardware you are using.
2) Create a very simple project that writes to this display.
I have asked my colleagues if they have any ideas too.
Re: Project from FC9 not working in FC10!
Posted: Tue Feb 21, 2023 4:10 pm
by jgu1
Well so FC10 forum is went back to FC9 forum?
I try to start up a smaller testprogram as you recommend. I have add a led flasher the program work fine in FC9, but in FC10 still blank screen, but the led is flashing as it should?