11 lines
336 B
C
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
|