Getting metadata tags to print to a display #743
-
Hi, I’m working on an sd card audio player with an LCD display. I am largely using your library and everything has gone smoothly so far, except I haven’t been able to figure out how to read ID3V2 tags using the metadata functionality of the library to print information about the songs to the display. Any help or pointing in the right direction would be great. :) |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Apr 2, 2023
Replies: 1 comment 4 replies
-
If you check in the class documentation you just need to register a callback. This can also be a lambda function. All of player my examples show how to do this. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you check in the class documentation you just need to register a callback. This can also be a lambda function.
All of player my examples show how to do this.