It’s Alive…It’s Alive….It’s ALIVE!!!
Signs & Decorations, Videos March 8th, 2008The title above should be said as Gene Wilder did in Young Frankenstein.
Howdy kids! I have good news to report regarding the programming of my LED sign project.
The folks at EvilMadScientist.com and LadyAda.net teamed up to help me resolve the issue I was having with my USBTinyISP programmer, and it’s now working perfectly. If I understand it right, the 1.5K resistors were not allowing enough voltage to go to the buffer chip. I removed them (R6 and R7) and replaced them with wires:
After I did that, it worked great. I then took some code that “bbum” posted on the EvilMadScientist.com boards (thanks!), and modified it to alternate rows 16 and 17 to get my 2 frame animation as follows:
lightLine24(lineDuration);
lightLine23(lineDuration);
if (RowOnCount++ < 75) {
// frame 1 animation
lightLine16(lineDuration);
//lines below say "EAT ME"....makes them flash on and off with the animation
lightLine22(lineDuration);
lightLine21(lineDuration);
lightLine20(lineDuration);
lightLine19(lineDuration);
lightLine18(lineDuration);
} else if (RowOnCount < 150) {
// frame 2 animation
lightLine17(lineDuration);
} else {
RowOnCount = 0;
}
lightLine15(lineDuration);
lightLine14(lineDuration);
lightLine13(lineDuration);
lightLine12(lineDuration);
lightLine11(lineDuration);
lightLine10(lineDuration);
lightLine9(lineDuration);
lightLine8(lineDuration);
lightLine7(lineDuration);
lightLine6(lineDuration);
lightLine5(lineDuration);
lightLine4(lineDuration);
lightLine3(lineDuration);
lightLine2(lineDuration);
lightLine1(lineDuration);
lightLine0(lineDuration);
You can download the full source code for this here.
Here’s a new video of the sign:
As you can see, I decided to flash the “EAT ME” text in sync with the animation. Here’s a pic of the sign as it looks standing in the arcade:
I feel like making another one now.


March 8th, 2008 at 5:46 pm
That turned out great! I love how you decorated your game room, and that sign fits right in. The room just oozes fun!
March 8th, 2008 at 5:55 pm
LOL…thanks!
Man, you are fast. I actually just posted this, and was still tweaking the formatting (probably when you were reading it). I need to come up with another $80 so I can make a Space Invaders one.
March 9th, 2008 at 11:53 pm
[...] over at Noise Land Arcade else has grabbed the code and made a neat animated pacman sign (video [...]
March 10th, 2008 at 12:22 pm
I just want to state the obvious here and say that your sign came out awesome. MacGyver himself would be proud.
March 10th, 2008 at 1:52 pm
Thanks Gunbu.
MacGyver could probably make the same sign with a roll of duct tape and some paperclips.
March 11th, 2008 at 1:36 pm
Pretty cool little sign for sure, that isn’t a new idea among the commenter(s) here.
But I will say that it was smart that EvilMadScientist.com and LadyAda.net came to your rescue and helped you troubleshoot your issues. They may have felt no obligation, but by helping out you, the arcade collector, they have made their product that much more appealing to other arcade game collectors. Your article got picked up on Retroblast I see, so a good amount of people got to see your Pac-man Eat Me LED sign, so hopefully that will bode well for their business.
March 11th, 2008 at 1:41 pm
Hey Jeff,
Thanks! It was a lot of fun to build. I actually sent the info for it to RetroBlast. I visited their site everyday and noticed a link to contribute stories. I figured there would be a lot of collectors out there that might want to make their own sign.
Can’t wait to see your new site design. I read in the comments for one of your posts you are going to update it.
March 12th, 2008 at 8:02 am
[...] Jamie from Noise Land Arcade ran into frustration while attempting to realize his visions of pac-ghost using USBTinyISP, and Peggy board kits. Thankfully the creators of each project stepped in with some much needed insight. Now his hard work’s paid off – Well done! – [via] Link [...]
November 3rd, 2008 at 11:11 am
[...] back I bought a ton of LEDs in different colors to make a sign from a kit that I got from EvilMadScientist.com. Someone posted a cool tutorial on how to make [...]