- Jun 23, 2019
-
-
mikeshub authored
-
- Feb 12, 2019
-
-
Scott Lahteine authored
-
- Jan 14, 2019
-
-
mikeshub authored
- Fix a bug in MAXxxxx thermocouple temp reporting. - Add support for 3-wire HD44780. - Add support for PCA9533 RGB driver. - Add configuration examples for FlashForge CreatorPro.
-
- Nov 13, 2018
-
-
Scott Lahteine authored
* Group status methods, share reset_status with Extensible UI * Move common DOGM code to headers
-
- Nov 11, 2018
-
-
Scott Lahteine authored
* Encapsulate common LCD code in a singleton * Depend more UBL code on UBL_DEVEL_DEBUGGING - Since most users don't need the debugging on at all times, this helps reduce the default build size for UBL by over 2K, a little closer to fitting on 128K boards.
-
- Nov 04, 2018
-
-
tharts authored
* Fix broken LPC176x build * Add UBL+HD44780 test for LPC1768
-
- Nov 01, 2018
-
-
Scott Lahteine authored
-
- Oct 30, 2018
-
-
Scott Lahteine authored
-
- Oct 28, 2018
-
-
Scott Lahteine authored
-
Scott Lahteine authored
-
- Jul 07, 2018
-
-
Alexander Amelkin authored
The <binary.h> header is not available in STM32 toolchain and is not used anywhere in ultralcd_common_HD44780.h. If it is used anywhere in HD44780 support for other platforms, it must be included in the corresponding .cpp file directly and put under appropriate conditional compilation directives for the platform requiring it. As I was unable to find such code, I consider the file unused and hence remove the inclusion.
-
- May 22, 2018
-
-
Scott Lahteine authored
-
- May 20, 2018
-
-
Scott Lahteine authored
-
- Apr 13, 2018
-
-
Yunhui Fu authored
-