muele-marlin/Marlin/src/lcd/dogm
Scott Lahteine a0c795b097
Encapsulate common display code in a singleton (#12395)
* 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.
2018-11-11 12:16:24 -06:00
..
fontdata Organize language data, fix Korean and Danish 2018-10-30 20:41:16 -05:00
dogm_Bootscreen.h Make dogm status screen a CPP 2018-10-28 15:46:45 -05:00
dogm_Statusscreen.h Use font ascent and descent for line positioning (#12224) 2018-10-30 22:39:44 -05:00
HAL_LCD_class_defines.h Refactor LCD menus 2018-10-28 15:46:45 -05:00
HAL_LCD_com_defines.h Clean up some U8G files 2018-11-04 18:30:10 -06:00
lcdprint_u8g.cpp Update HAL and libs formatting 2018-11-10 19:43:23 -06:00
status_screen_DOGM.cpp Encapsulate common display code in a singleton (#12395) 2018-11-11 12:16:24 -06:00
status_screen_lite_ST7920.cpp Encapsulate common display code in a singleton (#12395) 2018-11-11 12:16:24 -06:00
status_screen_lite_ST7920_class.h Encapsulate common display code in a singleton (#12395) 2018-11-11 12:16:24 -06:00
status_screen_lite_ST7920_spi.h Lightweight status screen for ST7920 2018-02-22 00:10:43 -06:00
u8g_dev_ssd1306_sh1106_128x64_I2C.cpp Followup to Menu Refactor (#12275) 2018-10-30 16:34:45 -05:00
u8g_dev_st7565_64128n_HAL.cpp Followup to Menu Refactor (#12275) 2018-10-30 16:34:45 -05:00
u8g_dev_st7920_128x64_HAL.cpp Clean up some U8G files 2018-11-04 18:30:10 -06:00
u8g_dev_uc1701_mini12864_HAL.cpp Followup to Menu Refactor (#12275) 2018-10-30 16:34:45 -05:00
u8g_fontutf8.cpp Reduce code size with plain inlines 2018-11-11 08:36:10 -06:00
u8g_fontutf8.h Refactor LCD menus 2018-10-28 15:46:45 -05:00
ultralcd_impl_DOGM.cpp Encapsulate common display code in a singleton (#12395) 2018-11-11 12:16:24 -06:00
ultralcd_st7920_u8glib_rrd_AVR.cpp Clean up some U8G files 2018-11-04 18:30:10 -06:00