EX-Display
EX-Display
Loading...
Searching...
No Matches
/home/runner/work/EX-Display/EX-Display/myConfig.example.h
Go to the documentation of this file.
1/*
2 * © 2024 Peter Cole
3 *
4 * This is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
8 *
9 * It is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this code. If not, see <https://www.gnu.org/licenses/>.
16 */
17
31// #define LOG_LEVEL LOG_NONE // Do not display any output
32// #define LOG_LEVEL LOG_ERROR // Display errors only
33// #define LOG_LEVEL LOG_WARN // Display warnings and errors (this is the default)
34// #define LOG_LEVEL LOG_INFO // Display information, warnings, and errors
35// #define LOG_LEVEL LOG_DEBUG // Display absolutely everything
36
40// #define CONSOLE_STREAM Serial // Serial console defaults to Serial (default on all platforms)
41// #define COMMANDSTATION_STREAM Serial // EX-CommandStation connected to Serial (default on Uno)
42// #define COMMANDSTATION_STREAM Serial2 // EX-CommandStation connected to Serial2 (default on ESP32)
43// #define COMMANDSTATION_STREAM Serial6 // EX-CommandStation connected to Serial6 (default on F411RE)
44
48// #define STARTUP_INFO_DELAY 3000 // default is 3 seconds/3000ms - Increase/decrease if desired
49
53// #define FORCE_CALIBRATION
54
61// #define TEXT_FONT &FreeSansBoldOblique18pt7b