Skip to content
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

Arc test #2316

Merged
merged 3 commits into from
Jan 13, 2023
Merged

Arc test #2316

merged 3 commits into from
Jan 13, 2023

Conversation

Bodmer
Copy link
Owner

@Bodmer Bodmer commented Jan 13, 2023

Incorporate capability for ESP32 S3 to use high GPIO pins for the 8 it parallel bus.

Update ESP8266 architecture reference
Add pushMaskedImage() to render 16bpp images with a 1bpp mask (used for transparent PNG images plus with sprites)

New functions added using drawArc:
drawSmoothArc
drawSmoothCircle
drawSmoothRoundRect
New sqrt_fraction() added to improve smooth graphics performance on processors without a FPU (e.g. RP2040)

Faster alphaBlend() function added which retains 6bpp for green

Rename swap_coord() to transpose()
@Bodmer Bodmer merged commit d37f202 into master Jan 13, 2023
@Bodmer Bodmer deleted the Arc-test branch January 13, 2023 01:32
@Bodmer Bodmer restored the Arc-test branch January 13, 2023 01:32
@Bodmer Bodmer deleted the Arc-test branch January 13, 2023 02:09
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.

None yet

1 participant