From e742a41ce2a26f5d9b74ba26695ae196e2b6c0ff Mon Sep 17 00:00:00 2001 From: Bodmer Date: Thu, 27 Jan 2022 12:44:26 +0000 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e228777..123266c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ A ["Discussions"](https://github.com/Bodmer/TFT_eSPI/discussions) facility has been added for Q&A etc. Use the ["Issues"](https://github.com/Bodmer/TFT_eSPI/issues) tab only for problems with the library. Thanks! # News -1. Frank Boesing has created an extension library for TFT_eSPI that allows the a large range of read-built fonts to be used. Frank's library can be [downloaded here](https://github.com/FrankBoesing/TFT_eSPI_ext). More than 3300 additional Fonts are [available here.](https://github.com/FrankBoesing/fonts/tree/master/ofl). The TFT_eSPI_ext library contains examples that demonstrate the use of the fonts. +1. Frank Boesing has created an extension library for TFT_eSPI that allows a large range of ready-built fonts to be used. Frank's library can be [downloaded here](https://github.com/FrankBoesing/TFT_eSPI_ext). More than 3300 additional Fonts are [available here.](https://github.com/FrankBoesing/fonts/tree/master/ofl). The TFT_eSPI_ext library contains examples that demonstrate the use of the fonts. -2. Users of PowerPoint experienced with running macros may be interested in the [pptm sketch generator here,](https://github.com/Bodmer/PowerPoint_to_sketch), this converts graphics and tables drawn in PowerPoint slides into a sketch that renders the graphics on a 480x320 TFT. This is based on VB macros [created by Kris Kasprzak here](https://github.com/KrisKasprzak/Powerpoint-ILI9341_t3). +2. Users of PowerPoint experienced with running macros may be interested in the [pptm sketch generator here,](https://github.com/Bodmer/PowerPoint_to_sketch), this converts graphics and tables drawn in PowerPoint slides into an Arduino sketch that renders the graphics on a 480x320 TFT. This is based on VB macros [created by Kris Kasprzak here](https://github.com/KrisKasprzak/Powerpoint-ILI9341_t3). 3. The library contains two new functions for rectangles filled with a horizontal or vertical coloured gradient: From 7f6e256e37afb33dd8c19cde0144630b11551764 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Thu, 27 Jan 2022 12:44:46 +0000 Subject: [PATCH 2/5] 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. From 4b3928cb55209269569ea3518af04083b831c333 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Thu, 27 Jan 2022 12:45:02 +0000 Subject: [PATCH 3/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f818d0e..29bddc0 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ 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.fillRectHGradient(x, y, w, h, color1, color2); - tft.fillRectVGradient(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. The RP2040 PIO features only work with [Earle Philhower's board package](https://github.com/earlephilhower/arduino-pico), NOT the Arduino Mbed version. From 2de16b2bbac2a1380d3ca0b35c7b94ed76cfc644 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Thu, 27 Jan 2022 12:48:09 +0000 Subject: [PATCH 4/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29bddc0..9429a3d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ A ["Discussions"](https://github.com/Bodmer/TFT_eSPI/discussions) facility has been added for Q&A etc. Use the ["Issues"](https://github.com/Bodmer/TFT_eSPI/issues) tab only for problems with the library. Thanks! # News -1. Frank Boesing has created an extension library for TFT_eSPI that allows a large range of ready-built fonts to be used. Frank's library can be [downloaded here](https://github.com/FrankBoesing/TFT_eSPI_ext). More than 3300 additional Fonts are [available here.](https://github.com/FrankBoesing/fonts/tree/master/ofl). The TFT_eSPI_ext library contains examples that demonstrate the use of the fonts. +1. Frank Boesing has created an extension library for TFT_eSPI that allows a large range of ready-built fonts to be used. Frank's library can be [downloaded here](https://github.com/FrankBoesing/TFT_eSPI_ext). More than 3300 additional Fonts are [available here](https://github.com/FrankBoesing/fonts/tree/master/ofl). The TFT_eSPI_ext library contains examples that demonstrate the use of the fonts. -2. Users of PowerPoint experienced with running macros may be interested in the [pptm sketch generator here,](https://github.com/Bodmer/PowerPoint_to_sketch), this converts graphics and tables drawn in PowerPoint slides into an Arduino sketch that renders the graphics on a 480x320 TFT. This is based on VB macros [created by Kris Kasprzak here](https://github.com/KrisKasprzak/Powerpoint-ILI9341_t3). +2. Users of PowerPoint experienced with running macros may be interested in the [pptm sketch generator here](https://github.com/Bodmer/PowerPoint_to_sketch), this converts graphics and tables drawn in PowerPoint slides into an Arduino sketch that renders the graphics on a 480x320 TFT. This is based on VB macros [created by Kris Kasprzak here](https://github.com/KrisKasprzak/Powerpoint-ILI9341_t3). 3. The library contains two new functions for rectangles filled with a horizontal or vertical coloured gradient: From cd9f68313ac8956de821c377b921eedb4ef79740 Mon Sep 17 00:00:00 2001 From: Bodmer Date: Thu, 27 Jan 2022 13:22:31 +0000 Subject: [PATCH 5/5] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9429a3d..5774d68 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ A ["Discussions"](https://github.com/Bodmer/TFT_eSPI/discussions) facility has b tft.fillRectHGradient(x, y, w, h, color1, color2); tft.fillRectVGradient(x, y, w, h, color1, color2); + + ![Gradient](https://i.imgur.com/atR0DmP.png) 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. The RP2040 PIO features only work with [Earle Philhower's board package](https://github.com/earlephilhower/arduino-pico), NOT the Arduino Mbed version.