This repository has been archived on 2022-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
Marlin-Artillery-M600/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 Clean up file endings 2018-11-04 18:30:10 -06:00
fontutils.h NUM_ARRAY => COUNT 2018-11-24 00:27:45 -06:00
lcdprint.h Revert some const changes (for now) 2018-11-20 08:19:48 -06:00
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