Marlin_Firmware/Marlin/src/lcd/dogm
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.
2019-08-08 01:51:37 -05:00
..
fontdata Add include guards to some headers 2019-07-05 04:02:08 -05:00
dogm_Bootscreen.h Add include guards to some headers 2019-07-05 04:02:08 -05:00
dogm_Statusscreen.h Fix MIN/MAX function collision with macros 2019-07-05 18:14:02 -05:00
HAL_LCD_class_defines.h Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
HAL_LCD_com_defines.h Fix a few recent (STM32F1 DOGM, SPI) warnings (#14669) 2019-07-20 01:54:01 -05:00
lcdprint_u8g.cpp Revert some const changes (for now) 2018-11-20 08:19:48 -06:00
status_screen_DOGM.cpp Fix nested _draw_chamber_status 2019-07-11 14:51:26 -05:00
status_screen_lite_ST7920.cpp Fix code attempting to sprintf %f (#14869) 2019-08-08 01:51:37 -05:00
status_screen_lite_ST7920.h Fix bad opcode in LIGHTWEIGHT_UI; add 32-bit HAL and Due compatibility (#13751) 2019-04-18 13:10:58 -05:00
u8g_dev_ssd1306_sh1106_128x64_I2C.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
u8g_dev_st7565_64128n_HAL.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
u8g_dev_st7920_128x64_HAL.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
u8g_dev_tft_320x240_upscale_from_128x64.cpp Prevent a name conflict in u8g impl file 2019-07-24 01:01:03 -05:00
u8g_dev_uc1701_mini12864_HAL.cpp Tweaky change from (C) to (c) 2019-06-27 23:58:16 -05:00
u8g_fontutf8.cpp Use C++ language supported 'nullptr' (#13944) 2019-05-09 11:45:55 -05:00
u8g_fontutf8.h Revert some const changes (for now) 2018-11-20 08:19:48 -06:00
ultralcd_DOGM.cpp Match select item to encoder direction (#14673) 2019-07-29 00:02:42 -05:00
ultralcd_DOGM.h More general FSMC display option 2019-07-30 04:25:55 -05:00
ultralcd_st7920_u8glib_rrd_AVR.cpp FYSETC BLTouch config and more (#14668) 2019-07-18 05:54:50 -05:00
ultralcd_st7920_u8glib_rrd_AVR.h Add include guards to some headers 2019-07-05 04:02:08 -05:00