can't push chnages :(

Fork of FBRDash by Michael Allan

Revision:
2:825f572902c6
Parent:
1:b3907b8d9f65
--- a/src/bigchar.cpp	Mon Jun 25 21:01:02 2012 +0000
+++ b/src/bigchar.cpp	Mon Jun 25 21:20:22 2012 +0000
@@ -1,6 +1,7 @@
 #include "TextLCD.h"
 #include "bigchar.h"
 
+//Set up character memory on LCD for drawing two line numbers
 void setup_bigchar(TextLCD* lcd)
 {
     int top_left[8] = {0x07, 0x0F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, 0x1F, };
@@ -28,6 +29,7 @@
     lcd->writeCGRAM(TWO_LINES_5, two_lines_5);
 }
 
+//Draw two-line numbers
 void write_bigchar(TextLCD* lcd, int position, int number)
 {
     switch(number)