With the SSD1306, is there a clean way of putting more than one line of text on the screen at a time?
I used two oled.drawstring functions and I offset the starting point of the second one to be under the first. When I ran it, it only displayed the first and it ignored the second.
With that being said, my end game is this:
What I am trying to do is to scroll through a list of mp3s from an SD card, selecting one, and then executing the mp3 from the SD card.
If someone has already written this, lemme know.
I can list the files on the serial display but I can only get one line of text on the SSD1306 at a time.
Can you guys point me in the right direction?

