Merijntje Tak
Results
2
comments of
Merijntje Tak
As a quick usage example: ``` size_t size = oled.strWidth(instrumentNameBuffer); oled.setCursor((oled.displayWidth()-size)/2, 0); oled.println(instrumentNameBuffer); ```
I'm encountering the same problem in combination with: - `fortyseveneffects/MIDI Library@^5.0.2` - `adafruit/Adafruit SSD1306@^2.4.3`