TinyCircuits Forum

TinyCircuits Products => TinyDuino Processors & TinyShields => Topic started by: Sos on March 19, 2015, 07:58:32 PM

Title: TinyScreen Joystick Board
Post by: Sos on March 19, 2015, 07:58:32 PM
Hi!
I recently received the TinyScreen in my mailbox and am super excited to make some cool games for this tiny beast! However, I can't seem to get my hands on any specification regarding the Joystick Board, and being an arduino noob I don't even know where to start reverse engineering to get to it!
Any bnhelp would be super appreciated :)
Cheers!
Sos
Title: Re: TinyScreen Joystick Board
Post by: neoBigD on March 19, 2015, 11:55:46 PM
I second this! I have been searching for info / libraries but there dont seem to be any info on the joystick shield yet.

Thanks for any info anyone can provide!
Title: Re: TinyScreen Joystick Board
Post by: neoBigD on March 20, 2015, 05:31:06 AM
Hey sos, I found it!


https://codebender.cc/sketch:92460

An example of using the joystick and how to use it!
  Woot!
Title: Re: TinyScreen Joystick Board
Post by: Grimstone on March 20, 2015, 11:11:08 AM
This might help. I combined the joystick code from that sketch with TC's Flappy Bird code. This way you can at least use the left stick to fly.

https://codebender.cc/sketch:94583

It is fully operational right now. However, I am working on this code with my son to add in a few additional features such as title screen, high score list, and lives (which were not in the original script).

Title: Re: TinyScreen Joystick Board
Post by: Sos on March 20, 2015, 06:44:38 PM
Thanks, this is exactly what I needed :)
Now to make some tiny games!