Page 1 of 1

[SOLVED]gamebuino does not name a type

PostPosted: Fri Aug 07, 2015 10:36 am
by EatMyBlitch
Hello everyone,
In Arduino ERW 1.0.5 every time i try and load an example to my gamebuino it says:

Gamebuino does not name a type.

and allot of:
gb was not declared in this scope ,
and LCDWIDTH was not declared in this scope
the same with all the other LCD dimensions.
I have this problem with every single example.
:cry: :cry: :cry: :cry:

Re: gamebuino does not name a type

PostPosted: Fri Aug 07, 2015 10:39 am
by Sorunome
Did you make sure this are your first three lines?
Code: Select all
#include <SPI.h>
#include <Gamebuino.h>
Gamebuino gb;

Did you make sure you have all the library files copied over correctly?
Do you have as board selected "Gamebuino" ?

Re: gamebuino does not name a type

PostPosted: Fri Aug 07, 2015 10:43 am
by EatMyBlitch
those are my first 3 lines but i cant seem to find Gamebuino in the board list.

Re: gamebuino does not name a type

PostPosted: Fri Aug 07, 2015 10:44 am
by Sorunome
Then you didn't copy over the folders correctly, check out http://gamebuino.com/wiki/index.php?tit ... ware_setup

Re: gamebuino does not name a type

PostPosted: Fri Aug 07, 2015 10:46 am
by EatMyBlitch
i did it wil test out now

Re: gamebuino does not name a type

PostPosted: Fri Aug 07, 2015 10:48 am
by EatMyBlitch
thanks alot sorunome :lol: :lol:

Re: gamebuino does not name a type

PostPosted: Fri Aug 07, 2015 10:48 am
by Sorunome
No problem!
Mind editing the first post to add "[solved]" in front of the title so that others know it is solved?

Re: gamebuino does not name a type

PostPosted: Fri Aug 07, 2015 10:49 am
by EatMyBlitch
ok will do