Hi
first of all said that im a newbie in arduino and c++ .
Im making an onboard computer for my motorbike ,and im having some problems with this library
in liquid crystal you can use a function called "lcd.print();" and you can print integers ,floats ,etc
but in the t6963c the only way i found to print my variables is converting to string first .
This is a link to the library to see if you can find someway to print variables in my glcd without converting first to string
Welcome in arduino land ...
google for sprintf, itoa and itof functions ... they might help you
Thanks , i will