]> git.defcon.no Git - rctxduino/blobdiff - source/RCTXDuino/RCTXDuino.pde
Needed to use the code to get the binary code in the hex :P Optimization ftw :P
[rctxduino] / source / RCTXDuino / RCTXDuino.pde
index a6769d68098f31912370690d83dc3bda6ce671af..1eb951a59e7cebee3a6a6daf7de3363486506436 100644 (file)
@@ -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 )