Firmware2/Marlin/src/lcd
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(...)`
2019-03-16 23:43:06 -05:00
..
dogm Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
extensible_ui Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
HD44780 Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
language IDEX Mirror mode based on Formbot / Vivedino Symmetric mode (#13404) 2019-03-15 22:46:27 -05:00
menu Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
fontutils.cpp
fontutils.h
lcdprint.h
malyanlcd.cpp Update copyright in headers 2019-02-12 15:30:11 -06:00
thermistornames.h Add thermistor type 67 SliceEng (#13275) 2019-02-28 19:44:17 -06:00
ultralcd.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
ultralcd.h Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00