Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions Marlin/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1977,6 +1977,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
6 changes: 5 additions & 1 deletion Marlin/src/lcd/HD44780/ultralcd_HD44780.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,11 @@ void MarlinUI::draw_status_screen() {
//
// Hotend 0 Temperature
//
_draw_heater_status(H_E0, -1, blink);
#if ENABLED(CUSTOM_LCD_SIZE)
_draw_heater_status(H_E0, LCD_STR_THERMOMETER[0], blink);
#else
_draw_heater_status(H_E0, -1, blink);
#endif

//
// Hotend 1 or Bed Temperature
Expand Down
7 changes: 7 additions & 0 deletions config/default/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1977,6 +1977,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/3DFabXYZ/Migbot/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2008,6 +2008,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/AlephObjects/TAZ4/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1997,6 +1997,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/Alfawise/U20/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2068,6 +2068,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/AliExpress/CL-260/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1977,6 +1977,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/AliExpress/UM2pExt/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1988,6 +1988,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/Anet/A2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1979,6 +1979,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/Anet/A2plus/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1979,6 +1979,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/Anet/A6/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -2130,6 +2130,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/Anet/A8/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1992,6 +1992,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/Anet/A8plus/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1988,6 +1988,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/Anet/E16/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1989,6 +1989,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/AnyCubic/i3/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1987,6 +1987,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/ArmEd/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1978,6 +1978,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/Azteeg/X5GT/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1977,6 +1977,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/BIBO/TouchX/cyclops/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1977,6 +1977,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/BIBO/TouchX/default/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1977,6 +1977,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/BQ/Hephestos/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1965,6 +1965,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/BQ/Hephestos_2/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1977,6 +1977,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/BQ/WITBOX/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1965,6 +1965,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/Cartesio/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1976,6 +1976,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/Creality/CR-10/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1987,6 +1987,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/Creality/CR-10S/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1978,6 +1978,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/Creality/CR-10_5S/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1980,6 +1980,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/Creality/CR-10mini/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1996,6 +1996,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
7 changes: 7 additions & 0 deletions config/examples/Creality/CR-20 Pro/Configuration.h
Original file line number Diff line number Diff line change
Expand Up @@ -1980,6 +1980,13 @@
//
//#define SILVER_GATE_GLCD_CONTROLLER

//#define CUSTOM_LCD_SIZE

#if ENABLED(CUSTOM_LCD_SIZE)
#define LCD_WIDTH 16
#define LCD_HEIGHT 2
#endif

//=============================================================================
//============================== OLED Displays ==============================
//=============================================================================
Expand Down
Loading