Posted By: wraggster
theNinjaBunny posted this news/release:
Just a simple ipod-like menu for the touch screen of our Nintendo DS. It works pretty close to the real one! And it’s so customizable (no graphics needed, all it’s done by code)
How it works? : It’s VERY VERY simple, using the menu will modify a variable called “ipod_state”, that variable has values as “IPOD_LEFT” (moving to the left), “IPOD_RIGHT” (the other side), “IPOD_PLAY” (when the play butto is pressed), ... etc (IPOD_BUTTON is the central button, IPOD_OFF is holding for seconds the play button, and IPOD_LIGHT for the menu one)
You only has to write a program to get the value of ipod_state (with a “switch(ipod_state)” for example)
Controls : Move the wheel right or left Click over the 5 buttons Long-click implemented (i mean, if you hold “menu” or “play” it will do the action) (this is not 100% accurated)
Customize it! Since it not use any images you could put the image you want. You could also determine how big is and where to put it!
Download and Give Feedback Via Comments