Can i print a floating number using the tv.out library?
You (presumably) have the library .h and .cpp files so why not
(a) - try it
(b) - look in the files to see which data types can be output
Thank for sharing this answer UKHeliBob
DashOption:
Thank for sharing this answer UKHeliBob
Do I detect a note of sarcasm ?
Let me expand my answer.
Yes
dtostrf() can be used to convert a float to a string. Surely the TVout library can handle a string.
Surely the TVout library can handle a string.
That was my fallback if it turned out that it could not output a native float.