Files
ChronoDisplay/User_Setup_Select.h
T
2026-05-28 14:03:26 -04:00

11 lines
336 B
C

// 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