We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82dc456 commit 949f296Copy full SHA for 949f296
wled00/usermods_list.cpp
@@ -58,15 +58,15 @@
58
#endif
59
60
#ifdef USERMOD_FOUR_LINE_DISPLAY
61
- #ifdef USE_ALT_DISPLAY
+ #if defined(USE_ALT_DISPLAY) || defined (USE_ALT_DISPlAY)
62
#include "../usermods/usermod_v2_four_line_display_ALT/usermod_v2_four_line_display_ALT.h"
63
#else
64
#include "../usermods/usermod_v2_four_line_display/usermod_v2_four_line_display.h"
65
66
67
68
#ifdef USERMOD_ROTARY_ENCODER_UI
69
70
#include "../usermods/usermod_v2_rotary_encoder_ui_ALT/usermod_v2_rotary_encoder_ui_ALT.h"
71
72
#include "../usermods/usermod_v2_rotary_encoder_ui/usermod_v2_rotary_encoder_ui.h"
0 commit comments