You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Scott Lahteine 49cf92dc36
Extended condition macros (#13419)
Allow `ENABLED`, `DISABLED`, `PIN_EXISTS`, and `BUTTON_EXISTS` to take multiple arguments. Also add:
- Alias `ANY(...)` for `!DISABLED(...)`
- Alias `ANY_PIN(...)` for `PIN_EXISTS(a) || PIN_EXISTS(b) ...`
- Alias `EITHER(A,B)` for `ANY(...)`
- Alias `ALL(...)` and `BOTH(A,B)` for `ENABLED(...)`
- `NONE(...)` for `DISABLED(...)`
6 years ago
..
HD44780 Extended condition macros (#13419) 6 years ago
dogm Extended condition macros (#13419) 6 years ago
extensible_ui Extended condition macros (#13419) 6 years ago
language IDEX Mirror mode based on Formbot / Vivedino Symmetric mode (#13404) 6 years ago
menu Extended condition macros (#13419) 6 years ago
fontutils.cpp Clean up file endings 7 years ago
fontutils.h NUM_ARRAY => COUNT 6 years ago
lcdprint.h Revert some const changes (for now) 6 years ago
malyanlcd.cpp Update copyright in headers 6 years ago
thermistornames.h Add thermistor type 67 SliceEng (#13275) 6 years ago
ultralcd.cpp Extended condition macros (#13419) 6 years ago
ultralcd.h Extended condition macros (#13419) 6 years ago