Simple vertical navigation menu.
Check it out at <a href="http://www.ourtuts.com/", to see how to make it using only HTML, CSS3, a bit of jQuery and an icon font: Vertical Navigation Menu
A Pen by Madalin Tudose on CodePen.
| #include <Tone.h> | |
| Tone freq1; | |
| Tone freq2; | |
| const int DTMF_freq1[] = { 1336, 1209, 1336, 1477, 1209, 1336, 1477, 1209, 1336, 1477 }; | |
| const int DTMF_freq2[] = { 941, 697, 697, 697, 770, 770, 770, 852, 852, 852 }; | |
| void setup() |
Old and new, living together.
A Pen by Chris Coyier on CodePen.
| AnimationDrawable rocketAnimation; | |
| public void onCreate(Bundle savedInstanceState) { | |
| super.onCreate(savedInstanceState); | |
| setContentView(R.layout.main); | |
| ImageView rocketImage = (ImageView) findViewById(R.id.rocket_image); | |
| rocketImage.setBackgroundResource(R.drawable.rocket_thrust); | |
| rocketAnimation = (AnimationDrawable) rocketImage.getBackground(); | |
| } |
| /* battery empty bitmap file for GLCD library */ | |
| /* Bitmap created by RoboTonics */ | |
| /* Date:1st May 2013 */ | |
| /* Image Pixels = */ | |
| /* Image Bytes = */ | |
| #include <inttypes.h> | |
| #include <avr/pgmspace.h> | |
| #ifndef battery0_H |