-
Notifications
You must be signed in to change notification settings - Fork 657
OLEDDisplay.cpp -> fillCircle() fixed #279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Circles created with fillCircle() were one pixel taller than wide.
|
Great to see this PR, well done! However, you moved the |
|
Oh, sorry. I'll fix that. |
I'm new. Sorry.
|
Okay, done. |
|
Check the "Files changed" tab: https://github.com/ThingPulse/esp8266-oled-ssd1306/pull/279/files If you changed a single line then we would expect to see a single line in the diff. |
|
Ah, I've added a line (drawVerticalLine, line ~300) and maybe removed an empty line. |
|
I don't now how GitHub handles that. I only changed fillCircle(). |
|
Yes, it looks like that's the reason. |
|
Ooops, the actual reason is that I downloaded the files and replaced them on GitHub. |
|
You created a bit of a mess here because A) this one is "broken" as you realized and B) you were branching your other two branches off of this one rather than Here's my proposal for a way forward:
|
|
The problem with this is that the newer version with the ring functions all changes the circular functions. In addition, the header file must also change. When I try to do this on GitHub, it is much harder to test the program. I would have to download it then. And the latest version (keywords) contains all changes to circles-fixed and circles-improved-rings. And where can I use this command line? |
Circles created with fillCircle() were one pixel taller than wide.