Round display GC9A01

All that relates to the H/W
User avatar
cicciocb
Site Admin
Posts: 2060
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 439 times
Been thanked: 1358 times
Contact:

Re: Round display GC9A01

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Thu Oct 19, 2023 7:33 pm I can't use the code, in Annex32 CAN 1.50.8 LFS and in newer Firmware, TFT Int, TFT.TJPG and so on.
Have you set the TFT display in the config?
image.png
You do not have the required permissions to view the files attached to this post.
Helmut_number_one
Posts: 99
Joined: Fri Dec 09, 2022 10:03 am
Has thanked: 42 times
Been thanked: 9 times

Re: Round display GC9A01

Post by Helmut_number_one »

I think so,
by the way, can you insert Modbus TCP insert the ESP Basic?
You do not have the required permissions to view the files attached to this post.
Helmut_number_one
Posts: 99
Joined: Fri Dec 09, 2022 10:03 am
Has thanked: 42 times
Been thanked: 9 times

Re: Round display GC9A01

Post by Helmut_number_one »

Hmm,
gestern Abend, nach den Fehlermeldungen, aufgehört......
Jetzt gerade mal wieder eingesteckt und ....... es gab eine Fehlermeldung Syntax error und beim nächsten save und run läuft es.
Ich werde mir merken, dass ein abstecken eventuell mal hilft.
Hmm,
Stopped yesterday evening after the error messages...
Now I just plugged it back in and ....... there was an error message Syntax error and the next time I save and run it works.
I'll remember that unplugging might help.
Helmut_number_one
Posts: 99
Joined: Fri Dec 09, 2022 10:03 am
Has thanked: 42 times
Been thanked: 9 times

Re: Round display GC9A01

Post by Helmut_number_one »

zu früh gefreut
Error there again
You do not have the required permissions to view the files attached to this post.
User avatar
cicciocb
Site Admin
Posts: 2060
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 439 times
Been thanked: 1358 times
Contact:

Re: Round display GC9A01

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Fri Oct 20, 2023 8:42 pm zu früh gefreut
Error there again
It seems that you have tft.init.0 and tft.init.0 that are not correct.

You must remove the .
Helmut_number_one
Posts: 99
Joined: Fri Dec 09, 2022 10:03 am
Has thanked: 42 times
Been thanked: 9 times

Re: Round display GC9A01

Post by Helmut_number_one »

Es muss was mit dem Speicher zutun haben, denn ganz kurz erscheinen im Display Daten von Versuchen davor.
Ist es ev im Cache im Rechner, oder eher im ESP32?
It must have something to do with the memory, because data from previous attempts appears very briefly in the display.
Is it perhaps in the cache on the computer, or rather in the ESP32?
User avatar
cicciocb
Site Admin
Posts: 2060
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 439 times
Been thanked: 1358 times
Contact:

Re: Round display GC9A01

Post by cicciocb »

the lines 7 and 8 of your program are not correct

must be
line 7 : TFT.INIT 0
line 8 : TFT.FILL 0
Helmut_number_one
Posts: 99
Joined: Fri Dec 09, 2022 10:03 am
Has thanked: 42 times
Been thanked: 9 times

Re: Round display GC9A01

Post by Helmut_number_one »

Yes, i found it out, but the syntax error is by tft.jpg "/mosca.jpg" , too
And i think it is right?
And by : tft.image "/Jo_van_Gogh.jpg" and by tft.jpg "/casio.jpg", then by gui.init 2 : syntax error too
Last edited by Helmut_number_one on Sat Oct 21, 2023 7:54 am, edited 1 time in total.
User avatar
cicciocb
Site Admin
Posts: 2060
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 439 times
Been thanked: 1358 times
Contact:

Re: Round display GC9A01

Post by cicciocb »

Yes the command is correct.
Maybe you have some wrong hidden characters on the line
try to delete that line and write again (no copy paste) or try to replace tft.jpg with TFT.IMAGE
User avatar
cicciocb
Site Admin
Posts: 2060
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 439 times
Been thanked: 1358 times
Contact:

Re: Round display GC9A01

Post by cicciocb »

All the commands works well for me, check the syntax of your program.
When yo have an error, delete the line and write by hand again, maybe you did a bad copy/paste from another source
Post Reply