M5Stack Core2 V1.1 Display Problem

Recurrent H/W and software problems
Post Reply
User avatar
cicciocb
Site Admin
Posts: 2080
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 445 times
Been thanked: 1370 times
Contact:

Re: M5Stack Core2 V1.1 Display Problem

Post by cicciocb »

I think that there is something to fix. Yes, the pin 39 is taken into account
coolj
Posts: 70
Joined: Mon Nov 08, 2021 11:31 am
Has thanked: 1 time
Been thanked: 13 times

Re: M5Stack Core2 V1.1 Display Problem

Post by coolj »

can i help you in any way to test it out?
User avatar
cicciocb
Site Admin
Posts: 2080
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 445 times
Been thanked: 1370 times
Contact:

Re: M5Stack Core2 V1.1 Display Problem

Post by cicciocb »

Yes.
Can you try again to download the same version ?
I just made a small modification.
coolj
Posts: 70
Joined: Mon Nov 08, 2021 11:31 am
Has thanked: 1 time
Been thanked: 13 times

Re: M5Stack Core2 V1.1 Display Problem

Post by coolj »

one moment😁
coolj
Posts: 70
Joined: Mon Nov 08, 2021 11:31 am
Has thanked: 1 time
Been thanked: 13 times

Re: M5Stack Core2 V1.1 Display Problem

Post by coolj »

no touch-function at all

i also testet this:

wlog "startup"
OnTouch touchme
wait

touchme:
touch.raw 'Read the calibrated position
wlog "touched", touch.x, touch.y, touch.z
return


also no feedback
User avatar
cicciocb
Site Admin
Posts: 2080
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 445 times
Been thanked: 1370 times
Contact:

Re: M5Stack Core2 V1.1 Display Problem

Post by cicciocb »

try

Code: [Local Link Removed for Guests]

do
touch.read
wlog "touched", touch.x, touch.y, touch.z
loop
User avatar
cicciocb
Site Admin
Posts: 2080
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 445 times
Been thanked: 1370 times
Contact:

Re: M5Stack Core2 V1.1 Display Problem

Post by cicciocb »

Sorry, can you download again?
In fact I exported the version with a wrong reference
coolj
Posts: 70
Joined: Mon Nov 08, 2021 11:31 am
Has thanked: 1 time
Been thanked: 13 times

Re: M5Stack Core2 V1.1 Display Problem

Post by coolj »

only one feedback line?
IMG_9806.jpeg
You do not have the required permissions to view the files attached to this post.
coolj
Posts: 70
Joined: Mon Nov 08, 2021 11:31 am
Has thanked: 1 time
Been thanked: 13 times

Re: M5Stack Core2 V1.1 Display Problem

Post by coolj »

one moment again😁
User avatar
cicciocb
Site Admin
Posts: 2080
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 445 times
Been thanked: 1370 times
Contact:

Re: M5Stack Core2 V1.1 Display Problem

Post by cicciocb »

put an empty line in the first place

Code: [Local Link Removed for Guests]

'demo test code
do
  touch.read
  wlog "touched", touch.x, touch.y, touch.z
loop
Post Reply