TFT_eSPI/examples/Sprite
Bodmer 943c18facf Add sprite class
Sprites (images) can now be created in RAM, written to with text and
graphics and rendered to screen quickly, this makes it easier to get
flicker frre screen updates.
ESP8266 can typically create up to a 160x128 sprite, and ESP32 about
200x200 pixels. 16 bit colour only at the moment, may soon implement 8
bit colour to reduce RAM.
2017-11-15 20:26:22 +00:00
..
Sprite_RLE_Font_test Add sprite class 2017-11-15 20:26:22 +00:00
Sprite_TFT_Rainbow Add sprite class 2017-11-15 20:26:22 +00:00
Sprite_drawPixel Add sprite class 2017-11-15 20:26:22 +00:00
Sprite_scroll_text Add sprite class 2017-11-15 20:26:22 +00:00