From 0841635b4e81c5a07029a3c05af6f65c65fe4462 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Sun, 3 Dec 2017 02:34:38 +0000 Subject: [PATCH] Update ReadMe --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53c9222..bfb03eb 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ One or more sprites can be created, a sprite can be any width and height, limite Drawing graphics into a sprite is very fast, for those familiar with the Adafruit "graphicstest" example, this whole test completes in less than 27ms in a 160x128 sprite. Examples of sprite use can be found in the "examples/Sprite" folder. +Sprites can be plotted to the TFT with pne colour being specified as "transparent", see Transparent_Sprite_Demo example. + The XPT2046 touch screen controller is supported. The SPI bus for the touch controller is shared with the TFT and only an additional chip select line is needed. The Button class from Adafruit_GFX is incorporated, with the enhancement that the button labels can be in any font.