can't push chnages :(
Dependencies: PinDetect TextLCD mbed
Fork of FBRDash by
Diff: src/bigchar.cpp
- Revision:
- 2:825f572902c6
- Parent:
- 1:b3907b8d9f65
diff -r b3907b8d9f65 -r 825f572902c6 src/bigchar.cpp --- 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)