From: Jon Langseth Date: Wed, 7 Sep 2011 21:32:51 +0000 (+0200) Subject: Needed to use the code to get the binary code in the hex :P Optimization ftw :P X-Git-Url: https://git.defcon.no/?p=rctxduino;a=commitdiff_plain;h=b9b3e00e0d5c0afcbfdec3f4fb35d944a2289ad1 Needed to use the code to get the binary code in the hex :P Optimization ftw :P --- diff --git a/source/RCTXDuino/RCTXDuino.pde b/source/RCTXDuino/RCTXDuino.pde index a6769d6..1eb951a 100644 --- a/source/RCTXDuino/RCTXDuino.pde +++ b/source/RCTXDuino/RCTXDuino.pde @@ -337,6 +337,10 @@ void setup(){ Timer1.initialize(framelength); Timer1.attachInterrupt(ISR_timer); + // For size-testing :D + LCDInit(); + LCDClear(); + LCDString("Hello world!"); } void model_defaults( void )