added missing files

This commit is contained in:
Dan Priece
2026-05-28 14:03:26 -04:00
parent 51dbd5e5b0
commit ad62ed518f
3 changed files with 77 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
// User Setup Select for ChronoDisplay - XIAO ESP32C3 with UC8179 ePaper (7.5 inch)
#ifndef USER_SETUP_SELECT_H
#define USER_SETUP_SELECT_H
// This file is included if tft_setup.h is not found in the sketch folder
// Load the Seeed XIAO ESP32C3 7.5 inch ePaper setup
#include <User_Setups/Setup502_Seeed_XIAO_EPaper_7Inch5.h>
#endif