Mohsinsapraa / glcd-arduino

Automatically exported from code.google.com/p/glcd-arduino
0 stars 0 forks source link

Add String Class support for gText class printing functions. #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently functions like Puts() do not support the String class.
It would nice to add this so that users don't get confused by
it not working for Puts() while it works for print() which is really
the Print class.

Original issue reported on code.google.com by bperry...@gmail.com on 23 Apr 2011 at 5:05

GoogleCodeExporter commented 8 years ago
This is not actually a defect but rather an enhancement.

Original comment by bperry...@gmail.com on 23 Apr 2011 at 5:06

GoogleCodeExporter commented 8 years ago
This was added in r417 that was included in the RC2 release.

Original comment by bperry...@gmail.com on 25 Dec 2011 at 6:00