Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional platforms: autodetect, Sunton-8048S070, Lilygo T-Display S3, M5Stack Core2 and CoreS3 plus some more #45

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
main.hpp: include custom config
for CONFIG_TUX_DEVICE_LILYGO_T_DISPLAY_S3_CAP
  • Loading branch information
Michael Haberler committed Nov 24, 2023
commit b800899bbedf8eda5f0382d6f298d5d28d33a863
3 changes: 3 additions & 0 deletions main/main.hpp
Original file line number Diff line number Diff line change
@@ -69,6 +69,9 @@ using namespace std ;
#elif defined(CONFIG_TUX_DEVICE_ESP32S335D)
// Makerfabs ESP32S335D (ESP32-S3 + 16Bit Parellel) with SD Card, Audio support
#include "conf_Makerfabs_S3_PTFT.h"
#elif defined(CONFIG_TUX_DEVICE_LILYGO_T_DISPLAY_S3_CAP)
// https://www.lilygo.cc/products/t-display-s3
#include "conf_LILYGO_T_DISPLAY_S3_CAP.h"
#else
#error Unsupported device. Configure device in menuconfig
#endif