Skip to content

Commit

Permalink
Add sensecap-indicator-d1_8MB
Browse files Browse the repository at this point in the history
  • Loading branch information
fvanroie committed Jul 23, 2023
1 parent 7682eea commit 124a979
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/drv/tft/Arduino_PCA9535SWSPI/Arduino_PCA9535SWSPI.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#include "Arduino_PCA9535SWSPI.h"
#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3) && defined(HASP_USE_ARDUINOGFX)

#include "Arduino_PCA9535SWSPI/Arduino_PCA9535SWSPI.h"
#include "driver/gpio.h"
#include "hasplib.h"

#if defined(ESP32) && (CONFIG_IDF_TARGET_ESP32S3) && defined(HASP_USE_ARDUINOGFX)

Arduino_PCA9535SWSPI::Arduino_PCA9535SWSPI(int8_t sda, int8_t scl, int8_t pwd, int8_t cs, int8_t sck, int8_t mosi, TwoWire *wire)
: _sda(sda), _scl(scl), _pwd(pwd), _cs(cs), _sck(sck), _mosi(mosi), _wire(wire)
{
Expand Down
2 changes: 1 addition & 1 deletion user_setups/esp32s3/sensecap-indicator.ini
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ lib_deps =
${arduino_esp32s3_v2.lib_deps}
${arduinogfx.lib_deps}
; ${ft6336.lib_deps}
git+https://github.com/RobTillaart/TCA9555.git
; git+https://github.com/RobTillaart/TCA9555.git


[env:sensecap-indicator-d1_8MB]
Expand Down

0 comments on commit 124a979

Please sign in to comment.