The cockroach of writing

I recently earned the Half-life 2 achievement “zombie chopper”. The description is “Play through Ravenholm using only the Gravity Gun”. So I decided to share my expertise! The following is a list of tips that should help you get it (I did… first try :P) Know the maps Make sure you understand where you need […]

read more

This is code for Freetronic‘s Dot Matrix Display devices and their libraries. In the dmd_demo there is a sample of code that says long start=millis(); long timer=start; boolean ret=false; while(!ret){ if ((timer+30) < millis()) { ret=dmd.stepMarquee(-1,0); timer=millis(); } } However having to put that everywhere you want to advance a marquee probably isn’t fun. So […]

read more