Glcd display update!

For general Flowcode discussion that does not belong in the other sections.
jgu1
Posts: 797
http://meble-kuchenne.info.pl
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 686 times
Been thanked: 177 times

Flowcode v10 Glcd display update!

Post by jgu1 »

Hi Team!

I see there have been many updates lately. Especially the last one where color Glcd display is included update. Are there new options or are they corrections?

I have some project I am working on with Ili9488 and St7796, hopefully the new update have no influence on my previous projects? :roll:

Thank´s in advance

Jorgen
Attachments
Gldc.png
Gldc.png (38.14 KiB) Viewed 3556 times

jgu1
Posts: 797
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 686 times
Been thanked: 177 times

Re: Glcd display update!

Post by jgu1 »

Hi Team


Just what I feared :( After today I update FC 10 and I open an previus project, nothing work anymore, suddently some of the component is not connected any more, has worked perfect?


After update, this same screen poup all the time again after I have update look like it not have update. And I get the att. compilermessage when I try to compile my project.

Pls, what to do?
Attachments
Come again after update.png
Come again after update.png (76.96 KiB) Viewed 3539 times
NewSun.msg.txt
(514 Bytes) Downloaded 308 times
NewSun.c
(226.47 KiB) Downloaded 368 times

jgu1
Posts: 797
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 686 times
Been thanked: 177 times

Re: Glcd display update!

Post by jgu1 »

Hi again!

News. I found that (suddently) one pin not was conneted for the touch, why? After conneted, I still get lot of error after update. Try to update again
but the same message come up again after update?

I have not change anything else in my program

Again how can I roll back so I am able to continue with my project, at least they can work as before update?.

Jorgen
Attachments
NewSun.c
(226.46 KiB) Downloaded 393 times
NewSun.msg.txt
(54.68 KiB) Downloaded 339 times

BenR
Matrix Staff
Posts: 1944
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 508 times
Been thanked: 690 times

Re: Glcd display update!

Post by BenR »

Looks like there may still be some unconnected pins. Can you attach the project file?

The display updates just fixed a bug with printing some of the larger fonts as certain orientations. Shouldn't be any other changes.

jgu1
Posts: 797
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 686 times
Been thanked: 177 times

Re: Glcd display update!

Post by jgu1 »

Hi Ben!

Working a bit more and found out of some new, think there is a bug.

In the component XPT2046 the after update MISO pin was now not connected in my previus project, then I connect it by untic " Use chip reference" (choose pin5) the message "unconnected pin" not come up anymore, but now all the other error.

New attemp. Then I tic the " Use chip reference" instead I use "SportA5" Save the project and can now compile and all seemed to work. But if I close FC and open the project again, now the MISO pin is not connected again.

And still when I try to update it look like the update not is come trough.

Do you still want the project file?

Hope it make sense and you understand my explanation ;)

Thank´s

Steve-Matrix
Matrix Staff
Posts: 1517
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 212 times
Been thanked: 351 times

Re: Glcd display update!

Post by Steve-Matrix »

jgu1 wrote:
Wed Jun 28, 2023 5:12 pm
After update, this same screen poup all the time again after I have update look like it not have update. And I get the att. compilermessage when I try to compile my project.
I have just posted about this issue here: viewtopic.php?f=5&t=2025

In short, you do not need to redownload these template files. Although if you are using the template files to start your own projects then we recommend downloading these updates occasionally to ensure you remain up-to-date.

jgu1
Posts: 797
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 686 times
Been thanked: 177 times

Re: Glcd display update!

Post by jgu1 »

Hi Steve!

Thank you, I haven´t seen this.


Do you know if Ben has had time to look at the other errors/bug that I mentioned in my previous entry? pls.

Br Jorgen

BenR
Matrix Staff
Posts: 1944
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 508 times
Been thanked: 690 times

Re: Glcd display update!

Post by BenR »

Hello,
if I close FC and open the project again, now the MISO pin is not connected again.
I've just tried to replicate this and it's working ok for me, can you send your project file or pop in a PM if it's sensitive and I'll investigate for you.

jgu1
Posts: 797
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 686 times
Been thanked: 177 times

Re: Glcd display update!

Post by jgu1 »

Hi Ben!

Yes no problem, hereby. :D

It´s the Miso pin on the XPT2046,set it on (I use pin 5) save and compile, close the FC start up again opened the project again then the Miso pin is again unconnected?

Ater update and on both my Laptop
Attachments
NewSun.fcfx
(189.33 KiB) Downloaded 371 times

BenR
Matrix Staff
Posts: 1944
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 508 times
Been thanked: 690 times

Re: Glcd display update!

Post by BenR »

Hmm interesting, it looks like it works ok when the SPI channel is set to hardware but is being forgotten when the SPI channel is set to software.

Even stranger, flicking the channel from software to hardware and back again fixes the problem.

I'll investigate.

Post Reply