Documentation Arduino base program code
DpLCDBigNumber2LT2 Arduino library provide function for represent number and some helpful chars in 4charx2line array.
Source code is provided as is, without any warranty.
Graphical presentation is used from http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1245352653|LCD
Distributed under CC BY v 3.0
// Class initiation , and providing link to active LiquidCrystal instance // lcdout - instance of LiquidCrystal // col - maximal columns per row on visual dispaly // row - maximal rows per visual display DpLCDBigNumber2LT2(LiquidCrystal*, byte col, byte row); // Set 8 graphical part to LCD memory void setGC(); // Print char array to position // prival - char array containing value for print // pcol - start column position for print // prow - start row position for print void printStrNo(char prival[], byte pcol, byte prow);
Author: Dubravko Penezic
Email: dpenezic@gmail.com