From a0703e7880b16f8c4923859af817d25fc6bab6c6 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Fri, 23 Apr 2021 16:55:32 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 593ca58..99c47f6 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ A new ["Discussions"](https://github.com/Bodmer/TFT_eSPI/discussions) facility h 1. DMA can now be used with the Raspberry Pi Pico (RP2040) when used with 16 bit colour SPI displays such as the ILI9341. + ["Bouncing circles"](https://www.youtube.com/watch?v=njFXIzCTQ_Q&lc=UgymaUIwOIuihvYh-Qt4AaABAg) + 2. The library now supports the Raspberry Pi Pico with both the [official Arduino board package](https://github.com/arduino/ArduinoCore-mbed) and the one provided by [Earle Philhower](https://github.com/earlephilhower/arduino-pico). The setup file "Setup60_RP2040_ILI9341.h" has been used for tests with an ILI9341 display. At the moment only SPI interface displays have been tested. ["Rotating cube demo"](https://www.youtube.com/watch?v=4fPxEN9ImVE)