Rename ultralcd => marlinui

This commit is contained in:
Scott Lahteine
2020-10-16 19:36:25 -05:00
parent 0f6fc48f85
commit eaf6777a66
93 changed files with 105 additions and 107 deletions

View File

@ -32,7 +32,7 @@
#include "../../MarlinCore.h" // for wait_for_user_response()
#if HAS_LCD_MENU
#include "../../lcd/ultralcd.h"
#include "../../lcd/marlinui.h"
#elif ENABLED(EXTENSIBLE_UI)
#include "../../lcd/extui/ui_api.h"
#endif

View File

@ -21,7 +21,7 @@
*/
#include "../gcode.h"
#include "../../lcd/ultralcd.h"
#include "../../lcd/marlinui.h"
/**
* M117: Set LCD Status Message

View File

@ -25,7 +25,7 @@
#if PREHEAT_COUNT
#include "../gcode.h"
#include "../../lcd/ultralcd.h"
#include "../../lcd/marlinui.h"
/**
* M145: Set the heatup state for a material in the LCD menu

View File

@ -25,7 +25,7 @@
#if HAS_LCD_CONTRAST
#include "../gcode.h"
#include "../../lcd/ultralcd.h"
#include "../../lcd/marlinui.h"
/**
* M250: Read and optionally set the LCD contrast

View File

@ -26,7 +26,7 @@
#include "../gcode.h"
#include "../../lcd/ultralcd.h" // i2c-based BUZZ
#include "../../lcd/marlinui.h" // i2c-based BUZZ
#include "../../libs/buzzer.h" // Buzzer, if possible
/**

View File

@ -25,7 +25,7 @@
#if ENABLED(LCD_SET_PROGRESS_MANUALLY)
#include "../gcode.h"
#include "../../lcd/ultralcd.h"
#include "../../lcd/marlinui.h"
#include "../../sd/cardreader.h"
/**