Skip to content

Added drawEllipse and fillEllipse functions - #477

Merged
ladyada merged 2 commits into
adafruit:masterfrom
DS-Aditya-928:add-ellipse-draw-DS
Sep 14, 2025
Merged

Added drawEllipse and fillEllipse functions#477
ladyada merged 2 commits into
adafruit:masterfrom
DS-Aditya-928:add-ellipse-draw-DS

Conversation

@DS-Aditya-928

Copy link
Copy Markdown
Contributor

This change adds both drawEllipse and fillEllipse functions using Bresenham's algorithm to the GFX library. The only modifications are the inclusion of both of these functions in the Adafruit_GFX.cpp file and their definitions in the associated header file.

Closes #474

@DS-Aditya-928

Copy link
Copy Markdown
Contributor Author

@ladyada for review

@ladyada
ladyada merged commit 32da3d2 into adafruit:master Sep 14, 2025
1 check passed
@ladyada

ladyada commented Sep 14, 2025

Copy link
Copy Markdown
Member

thanks!

@DS-Aditya-928
DS-Aditya-928 deleted the add-ellipse-draw-DS branch September 17, 2025 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Ellipse Primitive

2 participants