root a570bd9546 The video buffer is already pre-cleared by virtue of being in the BSS, so
don't bother to do it in Init().
It's harmless to allow a Flip() in single-buffer mode.
Saves another 62 bytes of code.
2013-08-30 02:31:32 +00:00
2010-08-19 03:43:54 +00:00
2010-01-07 16:19:43 +00:00
2010-01-07 16:19:43 +00:00
2010-07-19 23:27:09 +00:00

These are arduino-duemilanove + LolShield source code & libraries.

you may put them into your Arduino Sketchbook folder.

warning : 
- lib is a library folder, all other projects may use it. it's currently using symlink to include the libraries in the projects ... 
- font is not a project : it's a code generator : it generate the cpp arrays representing the font characters present in the same folder. Please see fonttest/Font.cpp for more information

all other folders are projects that should compile using Arduino and gcc-avr compiling chain.

All those program are distributed under GPL v2+ or LGPL v2+ license

(C) 2009-2010 Jimmie P Rodgers, Benjamin Sonntag, Alex Wanger, Aurélien Couderc, Matt Mets, & maybe others, 


And thanks goes flying to Berlin to the Chaos Computer Club team for the unbelievable congress they organized ;) 
S
Description
No description provided
Readme
266 KiB
Languages
C++ 87%
Python 6.7%
C 5.2%
PHP 1%
Makefile 0.1%