sparkfun / SparkFun_Micro_OLED_Arduino_Library

Arduino library for the SparkFun Micro OLED - a breakout board for a monochrome, 0.66", 64x48 OLED display.
Other
83 stars 60 forks source link

Example mistakenly uses `oled.getFontWidth()` instead of `getFontHeight()` #17

Closed georgestephanis closed 5 years ago

georgestephanis commented 6 years ago

https://github.com/sparkfun/SparkFun_Micro_OLED_Arduino_Library/blob/6ccbba3deb1936ea34ce9319320bb4e321c3da03/examples/MicroOLED_Demo/MicroOLED_Demo.ino#L322-L324

oclyke commented 5 years ago

Fixed with c768ea4