11 Commits (b39ab3db371f8b5e3fa4bd7216aaac2a9f9b1ca6)

Author SHA1 Message Date
Scott Lahteine d5f5203880 Use "mount" as card verb 5 years ago
J.C. Nelson fecf808d80 Fix lambda missing capture (#14969) 5 years ago
J.C. Nelson 1bcc5c98a9 MalyanLCD: Pause, resume, more ExtUI (#14852) 5 years ago
Scott Lahteine c8e30b6639
Fix code attempting to sprintf %f (#14869)
Arduino doesn't (always) support `float` formatting in strings. So either cast to `int` or use `dtostrf()` to fix these usages.
5 years ago
Ludy 97e9c95f47 Fix & clean up ExtUI (#14748) 5 years ago
Scott Lahteine ed0e6afacb Apply LIMIT macro 6 years ago
Scott Lahteine 750a16ad38 Fix MIN/MAX function collision with macros 6 years ago
Scott Lahteine ff55088491 Fix Malyan LCD warnings 6 years ago
Scott Lahteine 93cd66ac11 Tweaky change from (C) to (c) 6 years ago
J.C. Nelson 30a3db4f22 Fix Malyan M200 config and protocol (#14394) 6 years ago
Tobias Frost eeaef2410a Support DGUS Display with DWIN OS (#13253) 6 years ago