TFT_eSPI/Extensions
Bodmer d37f202b94
Arc test (#2316)
* Add smooth arc drawing function

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()

* Update TFT_eSPI.cpp

* Add arc examples
2023-01-13 01:31:57 +00:00
..
Button.cpp Fix #1983 2022-08-25 09:41:04 +01:00
Button.h Bug fix 2022-01-08 02:02:29 +00:00
Smooth_font.cpp Add 16 bit parallel for RP2040 processor 2022-05-16 19:58:05 +01:00
Smooth_font.h Add 16 bit parallel for RP2040 processor 2022-05-16 19:58:05 +01:00
Sprite.cpp Arc test (#2316) 2023-01-13 01:31:57 +00:00
Sprite.h Add 16 bit parallel for RP2040 processor 2022-05-16 19:58:05 +01:00
Touch.cpp Fix #2018 2022-09-14 12:07:39 +01:00
Touch.h Replace deprecated boolean type 2021-03-31 13:52:42 +01:00