marlin2_a10m/Marlin/src/lcd/dogm
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
..
fontdata Update copyright in headers 2019-02-12 15:30:11 -06:00
dogm_Bootscreen.h Remove includes of <binary.h> 2019-03-13 05:32:33 -05:00
dogm_Statusscreen.h Remove includes of <binary.h> 2019-03-13 05:32:33 -05:00
HAL_LCD_class_defines.h Update copyright in headers 2019-02-12 15:30:11 -06:00
HAL_LCD_com_defines.h Update copyright in headers 2019-02-12 15:30:11 -06:00
lcdprint_u8g.cpp Revert some const changes (for now) 2018-11-20 08:19:48 -06:00
status_screen_DOGM.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
status_screen_lite_ST7920.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
status_screen_lite_ST7920.h Various fixes for MarlinUI and ExtUI (#12439) 2018-11-17 22:21:44 -06:00
u8g_dev_ssd1306_sh1106_128x64_I2C.cpp Coding standards 2019-02-19 14:58:39 -06:00
u8g_dev_st7565_64128n_HAL.cpp Some LCD code cleanup 2019-03-11 05:07:31 -05:00
u8g_dev_st7920_128x64_HAL.cpp Some LCD code cleanup 2019-03-11 05:07:31 -05:00
u8g_dev_tft_320x240_upscale_from_128x64.cpp Coding standards 2019-02-19 14:58:39 -06:00
u8g_dev_uc1701_mini12864_HAL.cpp Some LCD code cleanup 2019-03-11 05:07:31 -05:00
u8g_fontutf8.cpp Revert some const changes (for now) 2018-11-20 08:19:48 -06:00
u8g_fontutf8.h Revert some const changes (for now) 2018-11-20 08:19:48 -06:00
ultralcd_DOGM.cpp Extended condition macros (#13419) 2019-03-16 23:43:06 -05:00
ultralcd_DOGM.h Update copyright in headers 2019-02-12 15:30:11 -06:00
ultralcd_st7920_u8glib_rrd_AVR.cpp Tweak some u8g interface code 2019-02-20 04:26:34 -06:00
ultralcd_st7920_u8glib_rrd_AVR.h Update copyright in headers 2019-02-12 15:30:11 -06:00