TFT_eSPI/Extensions
Bodmer ad0130309c Add pushToSprite with transparent colour
New function:
pushToSprite(TFT_eSprite *spr, int32_t x, int32_t y, uint16_t transp)
// Note: The following sprite to sprite colour depths are currently supported:
//    Source    Destination
//    16bpp  -> 16bpp
//    16bpp  ->  8bpp
//     8bpp  ->  8bpp
//     1bpp  ->  1bpp
2020-12-02 13:39:19 +00:00
..
Button.cpp Feature update 2020-12-01 20:06:32 +00:00
Button.h Raise version add comments for button update 2020-02-06 13:38:03 +00:00
Smooth_font.cpp Feature update 2020-12-01 20:06:32 +00:00
Smooth_font.h Add smooth fonts in program memory for ESP32/8266 2020-02-15 23:58:21 +00:00
Sprite.cpp Add pushToSprite with transparent colour 2020-12-02 13:39:19 +00:00
Sprite.h Feature update 2020-12-01 20:06:32 +00:00
Touch.cpp Add new alphaBlend functions 2020-01-30 16:01:36 +00:00
Touch.h Add new alphaBlend functions 2020-01-30 16:01:36 +00:00