Skip to content

Modified fillEllipse to use writeFastHLine instead of drawFastHLine - #493

Open
bobmoss wants to merge 1 commit into
adafruit:masterfrom
bobmoss:fix-fillellipse-function
Open

Modified fillEllipse to use writeFastHLine instead of drawFastHLine#493
bobmoss wants to merge 1 commit into
adafruit:masterfrom
bobmoss:fix-fillellipse-function

Conversation

@bobmoss

@bobmoss bobmoss commented Nov 28, 2025

Copy link
Copy Markdown

This is a fix for issue #492

I have changed the fillEllipse function to use writeFastHLine instead of drawFastHline. This avoids a deadlock situation with nested startWrite calls.

This follows the same pattern as fillCircle and fillCircleHelper which use writeFast functions and not drawFast functions.

@bobmoss

bobmoss commented Nov 28, 2025

Copy link
Copy Markdown
Author

@ladyada for review.

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.

1 participant