Thread
:
MPGuino with LCD Philips PCD8544 (?)
View Single Post
08-19-2011, 01:48 PM
#
9
(
permalink
)
_coldfire_
EcoModding Lurker
Join Date: Aug 2011
Location: Portugal
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
void display1(int x, int y, char *t){
lcd1.largeStringOriginXYPixel(x, y, t);
}
void doDisplayM() {
display1(0, 0, "123456");
}
_coldfire_
View Public Profile
Send a private message to _coldfire_
Find More Posts by _coldfire_