Meggy Jr RGB News
Ocarina of Meggy is a program that simulates playing an ocarina in the same fashion as it is played in the game Zelda: Ocarina of Time. Actually works as a musical instrument!
http://code.google.com/p/meggy-jr-rgb/downloads/detail?name=Ocarina_of_Meggy_v102.pde&can=2&q=
Cavity is an arcade game for the Meggy Jr RGB (a 8×8 LED based handheld system).
.jpg)
Your goal is to navigate your way through the moving caves and collect the orange powerups for points. The game will gradually speed up to increase difficulty. The orange leds on top of the screen will indicate the speed.
http://www.revival-studios.com/?page=107
Colorclash is an arcade game for the Meggy Jr RGB (a 8×8 LED based handheld system).
.jpg)
Your goal is to match up the color of your player with the blocks falling from above and shoot the falling blocks. The game will gradually speed up to increase difficulty.
http://www.revival-studios.com/?page=108
This is a multigame sketch for the Meggy-jr-RGB including: Froggyjr, Fireman, Revenge of the Cherry Tomatoes, Meggybrite and Meggysays. Requires an Atmega328!
http://code.google.com/p/meggy-jr-rgb/downloads/detail?name=multijr_0_1.zip&can=2&q=
The function of the Meggy Jr Library is to provide a software interface to the Meggy Jr RGB hardware. One of the things that it does is to allocate a chunk of the AVR microcontroller’s RAM to act as Display Memory, analogous to the video memory in a desktop computer system. The Display Memory is a sizeable array of data that fully describes the state of all 200 LEDs on the Meggy Jr RGB. The LED display is constantly redrawn at a rate of 150 times per second, fully reading out the contents of that Display Memory and using it to control the LEDs.
The Meggy Jr Library provides interface calls to directly set and read values in the Display Memory. While this can give you great control over the LEDs, it can also involve unwieldy data manipulation. In most cases the Meggy Jr Simplified Library is a much better place to start.
Release notes:
The library is currently at version 1.4, dated April 21, 2010. All users are recommended to upgrade to the current version.
Library 1.4 features a new game example, Revenge of the Cherry Tomatoes, which is a sequel to Attack of the Cherry Tomatoes (the default game). (This game requires the larger memory available on the ATmega328P.)
http://code.google.com/p/meggy-jr-rgb/
MeggyFrustration is a game quite similar to the German board game “Mensch aergere Dich nicht”.
http://code.google.com/p/meggy-jr-rgb/downloads/detail?name=MeggyFrustration_v1.0.zip&can=2&q=