Programming LoL Shield

I count myself as a 3rd... Someone mentioned in another forum post I started, http://arduino.cc/forum/index.php/topic,84777.0.html, mentioned putting an #include <Arduino.h> at the top of the LOLShield library file (I'm assuming they meant lolshield.h)
and it clears-up some of the problems, but I still get the error:

C:\Program Files (x86)\arduino-1.0\libraries\LoLShield\Charliplexing.cpp:31:22: error: WProgram.h: No such file or directory

Apparently there is a inconsistency between the libraries of older versions of the IDE, and 1.0, which Jimmie Rodgers needs to update in his code, or somehow they need to be transfused from a previous version of the IDE, into the new version.

gelfling6:
I count myself as a 3rd... Someone mentioned in another forum post I started, http://arduino.cc/forum/index.php/topic,84777.0.html, mentioned putting an #include <Arduino.h> at the top of the LOLShield library file (I'm assuming they meant lolshield.h)
and it clears-up some of the problems, but I still get the error:

C:\Program Files (x86)\arduino-1.0\libraries\LoLShield\Charliplexing.cpp:31:22: error: WProgram.h: No such file or directory

Apparently there is a inconsistency between the libraries of older versions of the IDE, and 1.0, which Jimmie Rodgers needs to update in his code, or somehow they need to be transfused from a previous version of the IDE, into the new version.

You have to REPLACE WProgram.h with Arduino.h, among other possible things.

Hello.
Sorry for refreshing a 6 year old topic.

I found this code too and i have a question:

Can i use this code on this LOL Shield? : SHIELD-LOL-10MM - Open Source Hardware Board

It's almost the same like Jimmy Rodgers but bigger and bigger LEDs. Dunno if it works here too.

If it could work here too... do i need to use a power supply? 9V? Too much or its OK?
I just then add the Arduino with uploaded code to the LOL Shield?