Bodmer / TFT_eSPI

Arduino and PlatformIO IDE compatible TFT library optimised for the Raspberry Pi Pico (RP2040), STM32, ESP8266 and ESP32 that supports different driver chips
Other
3.68k stars 1.06k forks source link

draw gradient line #483

Closed tobozo closed 4 years ago

tobozo commented 4 years ago

Hey @Bodmer and thanks for your marvelous library.

Would you be interested in a PR that implements gradient lines?

https://github.com/tobozo/ESP32-Chimera-Core/pull/6/commits/1c2c182e6ea6670c7973b8908c44ce2a18ca572e

image

Bodmer commented 4 years ago

Yes, I am interested but not within the TFT_eSPI library. A good place would be in the graphics extension library TFT_eFEX. via a pull request. A simple example will also be needed to show users how to use the functions.

tobozo commented 4 years ago

ok the example has been created and a PR ic available here https://github.com/Bodmer/TFT_eFEX/pull/10

but I'm not happy with the speed so there's probably room for improvement