From c06c10edb918729aff8c989913a6a739b9374bbf Mon Sep 17 00:00:00 2001 From: Bodmer Date: Mon, 5 Apr 2021 01:34:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c3de1c..763d04b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A new ["Discussions"](https://github.com/Bodmer/TFT_eSPI/discussions) facility h # News 1. The library now supports the Raspberry Pi Pico with the [Arduino core provided by Earle Philhower](https://github.com/earlephilhower/arduino-pico). The setup file "Setup60_RP2040_ILI9341.h" has been used for tests with and ILI9341 display. At the moment only SPI interface displays have been tested. -![Pico rotating cube demo](https://i.imgur.com/B9BBJMd.mp4) +![Pico rotating cube demo](https://imgur.com/B9BBJMd) 2. Viewports can now be applied to sprites e.g. spr.setViewport(5, 5, 20, 20); so graphics can be restricted to a particular area of the sprite. This operates in the same way as the TFT viewports, see 2. below.