* add wiphone, still WIP

* (very preliminary) wiphone support

* undo config changes

* revert extensions.json

* eh?
This commit is contained in:
Thomas Göttgens
2024-05-06 13:48:57 +02:00
committed by GitHub
parent 77a66e1dce
commit 353c7e07d1
6 changed files with 165 additions and 0 deletions

View File

@@ -8,6 +8,12 @@
#define TFT_BACKLIGHT_ON HIGH
#endif
#ifdef GPIO_EXTENDER
#include <SparkFunSX1509.h>
#include <Wire.h>
extern SX1509 gpioExtender;
#endif
#ifndef TFT_MESH
#define TFT_MESH COLOR565(0x67, 0xEA, 0x94)
#endif