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
Tobias Frost 60e82e3929 Send notifications to ExtUI for M0/M1 (#13344)
- Send notifications to ExtUI for M0/M1

- wait_for_user can be non-volatile (not changed by interrupt)
  C / C++ compilers don't optimize away reads of non-volatile variables when a function call is used between accesses, because *any* variable could be changed by the function call. Since `wait_for_user` can't be changed without a function call, it should be non-volatile so the compiler can optimize away cases where it is read more than once without an intervening function call.
2019-03-09 14:20:37 -06:00
..
dogm M141 Heated Chamber, Temperature rework (#12201) 2019-03-07 02:09:39 -06:00
extensible_ui Send notifications to ExtUI for M0/M1 (#13344) 2019-03-09 14:20:37 -06:00
HD44780 M141 Heated Chamber, Temperature rework (#12201) 2019-03-07 02:09:39 -06:00
language M141 Heated Chamber, Temperature rework (#12201) 2019-03-07 02:09:39 -06:00
menu M141 Heated Chamber, Temperature rework (#12201) 2019-03-07 02:09:39 -06: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 Follow up fixes to various PRs. (#13334) 2019-03-09 14:20:37 -06:00
ultralcd.h Update copyright in headers 2019-02-12 15:30:11 -06:00