From 7f6e256e37afb33dd8c19cde0144630b11551764 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Thu, 27 Jan 2022 12:44:46 +0000 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 123266c..f818d0e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ A ["Discussions"](https://github.com/Bodmer/TFT_eSPI/discussions) facility has b 3. The library contains two new functions for rectangles filled with a horizontal or vertical coloured gradient: tft.fillRectHGradient(x, y, w, h, color1, color2); + tft.fillRectVGradient(x, y, w, h, color1, color2); 4. The RP2040 8 bit parallel interface uses the PIO. The PIO now manages the "setWindow" and "block fill" actions, releasing the processor for other tasks when areas of the screen are being filled with a colour. The PIO can optionally be used for SPI interface displays if #define RP2040_PIO_SPI is put in the setup file. Touch screens and pixel read operations are not supported when the PIO interface is used.