Hallowing M0 tutorial does not work.

For makers who have purchased an Adafruit Starter Pack, get help with the tutorials here!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
DiSim
 
Posts: 5
Joined: Wed Oct 28, 2020 1:03 pm

Hallowing M0 tutorial does not work.

Post by DiSim »

Hello,
Today i got my Hallowing M0 and i started with the tutorial. Everything was fine until i came to this step: https://learn.adafruit.com/adafruit-hal ... est-sketch

I think i did everything like i should but if i try to compile it i got an error:
/Users/admin/Documents/Arduino/libraries/Adafruit_Arcada_Library/arcadatype.h:111:3: error: 'TSPoint' does not name a type; did you mean 'Point'?
111 | TSPoint getTouchscreenPoint(void);
| ^~~~~~~
| Point

What did i wrong????

Thank You for Your help
Dirk

User avatar
dastels
 
Posts: 15655
Joined: Tue Oct 20, 2015 3:22 pm

Re: Hallowing M0 tutorial does not work.

Post by dastels »

Did you get all the libraries installed? https://learn.adafruit.com/adafruit-hal ... -libraries

A type being missing typically means a library hasn't been installed.

Dave

User avatar
adafruit_support_carter
 
Posts: 29150
Joined: Tue Nov 29, 2016 2:45 pm

Re: Hallowing M0 tutorial does not work.

Post by adafruit_support_carter »

Just did a test compile here and it worked OK.

Go back through and make sure you've installed all the needed libraries:
https://learn.adafruit.com/adafruit-hal ... -libraries

User avatar
DiSim
 
Posts: 5
Joined: Wed Oct 28, 2020 1:03 pm

Re: Hallowing M0 tutorial does not work.

Post by DiSim »

Ty for the fast response.

Yes i did, i checked it 3 times.

User avatar
dastels
 
Posts: 15655
Joined: Tue Oct 20, 2015 3:22 pm

Re: Hallowing M0 tutorial does not work.

Post by dastels »

Are all libraries up to date? Are all board support packages up to date? Do you have the correct board selected?

Dave

User avatar
DiSim
 
Posts: 5
Joined: Wed Oct 28, 2020 1:03 pm

Re: Hallowing M0 tutorial does not work.

Post by DiSim »

I started today, so i installed everything today, i did always use the newest version. And if i check the Library Manager for updatable there is nothing.
I did upload other sketches and they worked, so the board settings should be ok.

User avatar
dastels
 
Posts: 15655
Joined: Tue Oct 20, 2015 3:22 pm

Re: Hallowing M0 tutorial does not work.

Post by dastels »

Can you post the output from compiling, please.

User avatar
DiSim
 
Posts: 5
Joined: Wed Oct 28, 2020 1:03 pm

Re: Hallowing M0 tutorial does not work.

Post by DiSim »

This is the output:
In file included from /Users/admin/Documents/Arduino/libraries/Adafruit_Arcada_Library/Boards/Adafruit_Arcada_HalloWingM0.h:31,
from /Users/admin/Documents/Arduino/libraries/Adafruit_Arcada_Library/Adafruit_Arcada.h:22,
from /Users/admin/Documents/Arduino/libraries/Adafruit_Arcada_Library/examples/full_board_tests/hallowingm0_arcadatest/hallowingm0_arcadatest.ino:1:
/Users/admin/Documents/Arduino/libraries/Adafruit_Arcada_Library/arcadatype.h:111:3: error: 'TSPoint' does not name a type; did you mean 'Point'?
111 | TSPoint getTouchscreenPoint(void);
| ^~~~~~~
| Point
Multiple libraries were found for "Adafruit_ZeroDMA.h"
Used: /Users/admin/Library/Arduino15/packages/adafruit/hardware/samd/1.6.3/libraries/Adafruit_ZeroDMA
Not used: /Users/admin/Documents/Arduino/libraries/Adafruit_Zero_DMA_Library
Multiple libraries were found for "TouchScreen.h"
Used: /Users/admin/Documents/Arduino/libraries/TouchScreen
Not used: /Users/admin/Documents/Arduino/libraries/Adafruit_TouchScreen
exit status 1
Error compiling for board Adafruit Hallowing M0.

User avatar
adafruit_support_carter
 
Posts: 29150
Joined: Tue Nov 29, 2016 2:45 pm

Re: Hallowing M0 tutorial does not work.

Post by adafruit_support_carter »

Uninstall this library:
Used: /Users/admin/Documents/Arduino/libraries/TouchScreen

User avatar
DiSim
 
Posts: 5
Joined: Wed Oct 28, 2020 1:03 pm

Re: Hallowing M0 tutorial does not work.

Post by DiSim »

it works!!! :-)

Thank You very much for Your fast help.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Starter Pack”