Skip to content

Commit 58f457b

Browse files
committed
Raise issue
1 parent c7a3f46 commit 58f457b

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

Processors/TFT_eSPI_RP2040.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#ifndef _TFT_eSPI_RP2040H_
99
#define _TFT_eSPI_RP2040H_
1010

11+
// Required for both the official and community board packages
1112
#include "hardware/dma.h"
1213

1314
// Processor ID reported by getSetup()

TFT_eSPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#ifndef _TFT_eSPIH_
1717
#define _TFT_eSPIH_
1818

19-
#define TFT_ESPI_VERSION "2.3.69"
19+
#define TFT_ESPI_VERSION "2.3.70"
2020

2121
// Bit level feature flags
2222
// Bit 0 set: viewport capability

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "TFT_eSPI",
3-
"version": "2.3.69",
3+
"version": "2.3.70",
44
"keywords": "Arduino, tft, ePaper, display, Pico, RP2040, STM32, ESP8266, NodeMCU, ESP32, M5Stack, ILI9341, ST7735, ILI9163, S6D02A1, ILI9481, ILI9486, ILI9488, ST7789, RM68140, SSD1351, SSD1963, ILI9225, HX8357D",
55
"description": "A TFT and ePaper SPI graphics library with optimisation for Raspberry Pi Pico, ESP8266, ESP32 and STM32",
66
"repository":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=TFT_eSPI
2-
version=2.3.69
2+
version=2.3.70
33
author=Bodmer
44
maintainer=Bodmer
55
sentence=TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32

0 commit comments

Comments
 (0)