Move HOLLOW_FRAME options to config_adv

This commit is contained in:
Scott Lahteine
2016-12-14 04:27:40 -08:00
parent 67ca6c7bfe
commit 06af3b62ba
18 changed files with 306 additions and 21 deletions

View File

@ -525,10 +525,6 @@ static void lcd_implementation_status_screen() {
#define X_VALUE_POS 11
#define XYZ_SPACING 40
// Enable to save many cycles by drawing a hollow frame
#define XYZ_HOLLOW_FRAME
#define MENU_HOLLOW_FRAME
#if ENABLED(XYZ_HOLLOW_FRAME)
#define XYZ_FRAME_TOP 29
#define XYZ_FRAME_HEIGHT INFO_FONT_HEIGHT + 3