SSD1306 and Metadata #255
-
Hello! First of all I want to tank you for your code. awesome. I have been trying to print the metadata (a2dp_sink.set_avrc_metadata_callback(avrc_metadata_callback)) into an OLED SSD1306 using the adafruit library and I can't figure out how to get the data2 into the void loop. any suggestion? Thank you very much in advance. Greetings and best regards. |
Beta Was this translation helpful? Give feedback.
Answered by
clarkbremer
Jul 4, 2022
Replies: 1 comment 1 reply
-
Don't try to print anything in the callback. Just stash the data in a variable, and print it out in code in the loop. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pschatzmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Don't try to print anything in the callback. Just stash the data in a variable, and print it out in code in the loop.