Raise issue

This commit is contained in:
Bodmer
2021-05-24 12:04:03 +01:00
parent c7a3f464c3
commit 58f457ba97
4 changed files with 4 additions and 3 deletions

View File

@@ -8,6 +8,7 @@
#ifndef _TFT_eSPI_RP2040H_
#define _TFT_eSPI_RP2040H_
// Required for both the official and community board packages
#include "hardware/dma.h"
// Processor ID reported by getSetup()

View File

@@ -16,7 +16,7 @@
#ifndef _TFT_eSPIH_
#define _TFT_eSPIH_
#define TFT_ESPI_VERSION "2.3.69"
#define TFT_ESPI_VERSION "2.3.70"
// Bit level feature flags
// Bit 0 set: viewport capability

View File

@@ -1,6 +1,6 @@
{
"name": "TFT_eSPI",
"version": "2.3.69",
"version": "2.3.70",
"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",
"description": "A TFT and ePaper SPI graphics library with optimisation for Raspberry Pi Pico, ESP8266, ESP32 and STM32",
"repository":

View File

@@ -1,5 +1,5 @@
name=TFT_eSPI
version=2.3.69
version=2.3.70
author=Bodmer
maintainer=Bodmer
sentence=TFT graphics library for Arduino processors with performance optimisation for RP2040, STM32, ESP8266 and ESP32