Skip to content
Snippets Groups Projects
  1. Jun 23, 2019
  2. Feb 12, 2019
  3. Jan 14, 2019
  4. Nov 13, 2018
  5. Nov 11, 2018
    • Scott Lahteine's avatar
      Encapsulate common display code in a singleton (#12395) · a0c795b0
      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.
      a0c795b0
  6. Nov 04, 2018
  7. Nov 01, 2018
  8. Oct 30, 2018
  9. Oct 28, 2018
  10. Jul 07, 2018
    • Alexander Amelkin's avatar
      [2.0.x][HD44780] Remove unused include · ed720194
      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.
      ed720194
  11. May 22, 2018
  12. May 20, 2018
  13. Apr 13, 2018
Loading