mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 21:56:35 +00:00
Add rotation for RGB Panels
This commit is contained in:
parent
7c10f4a655
commit
4c0e733827
@ -1,6 +1,6 @@
|
|||||||
#include "Arduino_ESP32RGBPanel_mod.h"
|
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3) && defined(HASP_USE_ARDUINOGFX)
|
||||||
|
|
||||||
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3)
|
#include "Arduino_ESP32RGBPanel_mod.h"
|
||||||
|
|
||||||
Arduino_ESP32RGBPanel_Mod::Arduino_ESP32RGBPanel_Mod(
|
Arduino_ESP32RGBPanel_Mod::Arduino_ESP32RGBPanel_Mod(
|
||||||
int8_t cs, int8_t sck, int8_t sda,
|
int8_t cs, int8_t sck, int8_t sda,
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
|
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3) && defined(HASP_USE_ARDUINOGFX)
|
||||||
|
|
||||||
#include "Arduino_DataBus.h"
|
#include "Arduino_DataBus.h"
|
||||||
|
|
||||||
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3)
|
|
||||||
|
|
||||||
#include "databus/Arduino_ESP32RGBPanel.h" // struct esp_rgb_panel_t
|
#include "databus/Arduino_ESP32RGBPanel.h" // struct esp_rgb_panel_t
|
||||||
|
|
||||||
#ifndef _ARDUINO_ESP32RGBPANEL_MOD_H_
|
#ifndef _ARDUINO_ESP32RGBPANEL_MOD_H_
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "Arduino_DataBus.h"
|
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3) && defined(HASP_USE_ARDUINOGFX)
|
||||||
|
|
||||||
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3)
|
#include "Arduino_DataBus.h"
|
||||||
|
|
||||||
#include "Arduino_GFX.h"
|
#include "Arduino_GFX.h"
|
||||||
#include "Arduino_RPi_DPI_RGBPanel_mod.h"
|
#include "Arduino_RPi_DPI_RGBPanel_mod.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "Arduino_DataBus.h"
|
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3) && defined(HASP_USE_ARDUINOGFX)
|
||||||
|
|
||||||
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3)
|
#include "Arduino_DataBus.h"
|
||||||
|
|
||||||
#ifndef _ARDUINO_RPI_DPI_RGBPANEL_MOD_H_
|
#ifndef _ARDUINO_RPI_DPI_RGBPANEL_MOD_H_
|
||||||
#define _ARDUINO_RPI_DPI_RGBPANEL_MOD_H_
|
#define _ARDUINO_RPI_DPI_RGBPANEL_MOD_H_
|
||||||
|
Loading…
x
Reference in New Issue
Block a user