Add variant an plumbing for #2468

This commit is contained in:
Thomas Göttgens
2023-05-27 13:08:27 +02:00
parent fbcd6743fd
commit f3b7f7251c
7 changed files with 96 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#include "configuration.h"
#if defined(ST7735_CS) || defined(ILI9341_DRIVER)
#if defined(ST7735_CS) || defined(ILI9341_DRIVER) || defined(USE_ST7789)
#include "SPILock.h"
#include "TFTDisplay.h"
#include <SPI.h>