mirror of
https://github.com/Bodmer/TFT_eSPI.git
synced 2025-07-31 19:24:46 +02:00
Fix #2425 correct typo 2423
This commit is contained in:
@@ -106,6 +106,7 @@
|
||||
#include "Processors/TFT_eSPI_RP2040.h"
|
||||
#else
|
||||
#include "Processors/TFT_eSPI_Generic.h"
|
||||
#define GENERIC_PROCESSOR
|
||||
#endif
|
||||
|
||||
/***************************************************************************************
|
||||
@@ -366,7 +367,9 @@ uint32_t setup_id; // ID available to use in a user setup
|
||||
int32_t esp; // Processor code
|
||||
uint8_t trans; // SPI transaction support
|
||||
uint8_t serial; // Serial (SPI) or parallel
|
||||
#ifndef GENERIC_PROCESSOR
|
||||
uint8_t port; // SPI port
|
||||
#endif
|
||||
uint8_t overlap; // ESP8266 overlap mode
|
||||
uint8_t interface; // Interface type
|
||||
|
||||
|
@@ -15,7 +15,7 @@
|
||||
|
||||
#define TFT_GREY 0x2104 // Dark grey 16 bit colour
|
||||
|
||||
#include "alert.h" // Out of range alert icon
|
||||
#include "Alert.h" // Out of range alert icon
|
||||
|
||||
#include <TFT_eSPI.h> // Hardware-specific library
|
||||
#include <SPI.h>
|
||||
|
Reference in New Issue
Block a user