1
0
mirror of https://github.com/MarlinFirmware/Marlin.git synced 2024-12-05 02:19:14 +00:00
MarlinFirmware/Marlin/src/lcd
Alexander Amelkin ed720194d2 [2.0.x][HD44780] Remove unused include
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.
2018-07-06 23:45:47 -05:00
..
dogm Replace double with float, optimize calculation 2018-07-04 22:28:56 -05:00
language Fix and improve POWER_LOSS_RECOVERY (#11187) 2018-07-02 23:21:28 -05:00
fontutils.cpp
fontutils.h Clean up some formatting 2018-05-27 17:58:40 -05:00
lcdprint_hd44780.cpp
lcdprint_u8g.cpp
lcdprint.h
malyanlcd.cpp
thermistornames.h
u8g_fontutf8.cpp
u8g_fontutf8.h Clean up some formatting 2018-05-27 17:58:40 -05:00
ultralcd_common_HD44780.h [2.0.x][HD44780] Remove unused include 2018-07-06 23:45:47 -05:00
ultralcd_impl_DOGM.h Fix RRW graphical LCD constructor macro (#11171) 2018-07-01 23:14:23 -05:00
ultralcd_impl_HD44780.h Use bit flags for homed/known 2018-06-11 22:05:16 -05:00
ultralcd.cpp Replace double with float, optimize calculation 2018-07-04 22:28:56 -05:00
ultralcd.h