Hi,
We bought a DCcduino MEGA 2560 card, a tinkerkit MEGA Shield and a tinkerkit LCD.
We tested the card with the blink program and it ran but we have a problem on how to use the Tinkerkit LCD.
We imported the library TKLCD but we cannot print something, we used this program:
We have the done uploading message and when we open the monitor the message
"±is running.....
þXHello World!" appear.
But nothing was printed on the LCD.
Actually it's easier to change your lcd to a different serial port and change its number
But other than checking the serial parameters for your lcd, I'm out of ideas. You can remove the lines I said to add in fact, since we know the sketch is actually running.
We changed the port on the megashield, now it's actually hook up on serial2. And it appear "code is running..." on the LCD ! ;D
Do lcd.begin ; lcd.print() are useful ?
I guess it's all a matter of what's om what port, but I would expect the tk library to provide more functionality than the simple serial print: like blinking, special characters and so on, so yeah i'm sure the lcd.xxxx are useful if you can figure it out.
I've never used a mega or a tk, so I'm really guessing.