Page 1 of 1

[Solved] no gamebuino board

PostPosted: Mon Mar 23, 2015 6:49 pm
by REGFly
I installed the contents of gamebuino-master.zip into the sketchbook arduino folder as told. The library installed correctly and works but when i want to select the gamebuino board on Tools/Board/ i cant seem to find it. As i said the library installed correctly. I like to think im not a noob at arduino but i dont know whats the problem. Im using the latest version of arduino

Re: no gamebuino board

PostPosted: Mon Mar 23, 2015 8:00 pm
by rodot
Hello and welcome aboard !
Which version of Arduino did you download ? You should try with the beta branch of the repo as it support the new 1.5.x version of Arduino.

Re: no gamebuino board

PostPosted: Mon Mar 23, 2015 8:53 pm
by REGFly
Yeah it fixed the problem thanks. Is the library any different between the old one? Im assuming not much if any.

Re: no gamebuino board

PostPosted: Tue Mar 24, 2015 6:23 am
by rodot
The difference is how things are put in the /hardware folder of Arduino, they changed it to be able to support new microcontroller architectures (ie ARM). The beta branch of the Gamebuino library has a few new features, including the support of the GREY color and graphic optimizations.

Re: no gamebuino board

PostPosted: Tue Mar 24, 2015 4:26 pm
by REGFly
thanks