Adafruit_CharacterOLED
Adafruit_CharacterOLED copied to clipboard
Bugfix: Remove default param re-definition
The default param for ::begin() is already defined in the .h file, so it is safe to remove from the .cpp. #includes break on compilation otherwise.
:)