ThingPulse / esp8266-oled-ssd1306

Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
https://thingpulse.com
Other
2k stars 638 forks source link

Reverting Circle Drawing Functions Back to Working Version #257

Closed DaveSprague closed 4 years ago

DaveSprague commented 4 years ago

A recently pull request, #236, caused breaking changes to the circle drawing functions in an attempt to improve performance. This pull request reverts back to the correctly working version of code. See m replies under the #236 pull request for more details as to how those changes broke the circle functions.