Recently I got an LCD shield and I am currently able to use it almost exactly how I'd like. However I can't print integers or floats for some odd reason. Even if I use a conversion specifier like %d or %f I keep getting "no known conversion for const char [3] to int (or float, depending on which one I use)". Is there any way I can get the LCD to print floats?