mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 21:26:43 +00:00
Update defined(CONFIG_IDF_TARGET_ESP32S3)
This commit is contained in:
parent
7625d688be
commit
37b3e488a4
@ -1,6 +1,6 @@
|
||||
#include "Arduino_RGB_Display_mod.h"
|
||||
|
||||
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3) && defined(HASP_USE_ARDUINOGFX)
|
||||
#if defined(ESP32) && defined(CONFIG_IDF_TARGET_ESP32S3) && defined(HASP_USE_ARDUINOGFX)
|
||||
|
||||
#include "Arduino_GFX.h"
|
||||
#include "Arduino_DataBus.h"
|
||||
|
@ -3,7 +3,7 @@
|
||||
#include "Arduino_DataBus.h"
|
||||
#endif
|
||||
|
||||
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3) && defined(HASP_USE_ARDUINOGFX)
|
||||
#if defined(ESP32) && defined(CONFIG_IDF_TARGET_ESP32S3) && defined(HASP_USE_ARDUINOGFX)
|
||||
|
||||
#ifndef _ARDUINO_RGB_DISPLAY_MOD_H_
|
||||
#define _ARDUINO_RGB_DISPLAY_MOD_H_
|
||||
|
@ -1,4 +1,4 @@
|
||||
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3) && defined(HASP_USE_ARDUINOGFX)
|
||||
#if defined(ESP32) && defined(CONFIG_IDF_TARGET_ESP32S3) && defined(HASP_USE_ARDUINOGFX)
|
||||
|
||||
#include "Arduino_PCA9535SWSPI.h"
|
||||
#include "driver/gpio.h"
|
||||
|
@ -1,7 +1,7 @@
|
||||
#ifndef _Arduino_PCA9535SWSPI_H_
|
||||
#define _Arduino_PCA9535SWSPI_H_
|
||||
|
||||
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3) && defined(HASP_USE_ARDUINOGFX)
|
||||
#if defined(ESP32) && defined(CONFIG_IDF_TARGET_ESP32S3) && defined(HASP_USE_ARDUINOGFX)
|
||||
|
||||
#include <Wire.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user