TFT display instead Serial for AudioToolsLogger #1813
-
Many time we are running project apart from PC , In that case we use TFT display but in function call AudioToolsLogger.begin(Serial, AudioToolsLogLevel::Info); instead 'Serial' if able to pass ' TFT ' or any display object will be another view of AudioToolsLogger. |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Nov 27, 2024
Replies: 1 comment
-
I don't quite understand: just use a TFT library that provides an output class that inherits from Print! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't quite understand: just use a TFT library that provides an output class that inherits from Print!
If you selected a library that does not do this, you can still just implement a simple adapter class yourself.