Showing posts with label HD44780. Show all posts
Showing posts with label HD44780. Show all posts

Sunday, November 10, 2013

Arduino 'Space Invaders' on a 16x2 LCD

The legendary game 'Space Invaders' played on an Arduino, and 16x2 LCD 


Arduino Space Invaders

Only one Arduino, an HD44780 LCD 16x2 characters , a buzzer and Wii Nunchuk adapter, are required to recover the legendary game 'Space Invaders'.
The game is controlled from a Nunchuk, and difficulty changes as the game progresses, increasing speed and changing the type of 'invader'.
The game consists of a series of invaders that moves on the top line, and our spacecraft is controlled from the Nunchuck (movements and shot) on the line below. The buzzer is responsible for the 'special effects'



Enlace [ Arduino LCD game Project  ]

Tuesday, October 15, 2013

Arduino LCD I2C Tutorial (YwRobot )

LCD Displays (Blue and YELLOW) with I2C/TWI Interface tutorial.


LCD Displays (Blue and YELLOW) with I2C/TWI Interface


If you bought on ebay an LCD for Arduino with I2C, you may have had trouble starting it ..
There are different versions of 2 and 4 lines. The information is confusing ..
This great tutorial shows you how to make it work in any version.




Sunday, December 2, 2012

Manage a menu and LCD display with Arduino tutorial

Tutorial : How to create a menu in Arduino LCD 



In this project we can find a library very flexible to create menus with Arduino. Only need a Hitachi HD44780 compatible LCD display, 4 buttons and 4 10k resistors. 
You can create the menu structure using such methods as addRight, addLeft, Add and AddBefore  to add the entries to the right, left, below or above other menu items. To browse an item other intuitive methods are used such as moveLeft, MoveRight, moveUp and moveDown

Link [Coagula]