Fix: Reboot loop if negative display pins and type where provided

Fix #1163
This commit is contained in:
Thomas Basler 2023-07-21 19:02:18 +02:00
parent 9dbeec3a31
commit bf4dc56cb8

View File

@ -11,23 +11,23 @@
#define JSON_BUFFER_SIZE 6144
#ifndef DISPLAY_TYPE
#define DISPLAY_TYPE 0
#define DISPLAY_TYPE 0U
#endif
#ifndef DISPLAY_DATA
#define DISPLAY_DATA 255
#define DISPLAY_DATA 255U
#endif
#ifndef DISPLAY_CLK
#define DISPLAY_CLK 255
#define DISPLAY_CLK 255U
#endif
#ifndef DISPLAY_CS
#define DISPLAY_CS 255
#define DISPLAY_CS 255U
#endif
#ifndef DISPLAY_RESET
#define DISPLAY_RESET 255
#define DISPLAY_RESET 255U
#endif
#ifndef LED0