More parity with 1.1.x, plus whitespace
This commit is contained in:
@ -65,8 +65,8 @@ class U8GLIB_ST7920_128X64_RRD : public U8GLIB
|
||||
extern u8g_dev_t u8g_dev_st7920_128x64_custom_sw_spi;
|
||||
class U8GLIB_ST7920_128X64_CUSTOM_SW_SPI : public U8GLIB {
|
||||
public:
|
||||
U8GLIB_ST7920_128X64_CUSTOM_SW_SPI()
|
||||
: U8GLIB(&u8g_dev_st7920_128x64_custom_sw_spi)
|
||||
U8GLIB_ST7920_128X64_CUSTOM_SW_SPI()
|
||||
: U8GLIB(&u8g_dev_st7920_128x64_custom_sw_spi)
|
||||
{ }
|
||||
};
|
||||
|
||||
|
@ -2559,10 +2559,8 @@ void kill_screen(const char* lcd_msg) {
|
||||
lcd_bed_leveling
|
||||
#endif
|
||||
);
|
||||
#else
|
||||
#if PLANNER_LEVELING
|
||||
MENU_ITEM(gcode, MSG_BED_LEVELING, PSTR("G28\nG29"));
|
||||
#endif
|
||||
#elif PLANNER_LEVELING && DISABLED(PROBE_MANUALLY)
|
||||
MENU_ITEM(gcode, MSG_BED_LEVELING, PSTR("G28\nG29"));
|
||||
#endif
|
||||
|
||||
#if ENABLED(LEVEL_BED_CORNERS) && DISABLED(LCD_BED_LEVELING)
|
||||
|
@ -172,7 +172,7 @@
|
||||
#elif ENABLED(U8GLIB_ST7920) && defined(__arm__)
|
||||
// RepRap Discount Full Graphics Smart Controller on an ARM target
|
||||
U8GLIB_ST7920_128X64_CUSTOM_SW_SPI u8g;
|
||||
|
||||
|
||||
#elif ENABLED(U8GLIB_ST7920)
|
||||
// RepRap Discount Full Graphics Smart Controller
|
||||
//U8GLIB_ST7920_128X64_4X u8g(LCD_PINS_RS); // 2 stripes, HW SPI (shared with SD card, on AVR does not use standard LCD adapter)
|
||||
@ -180,7 +180,7 @@
|
||||
U8GLIB_ST7920_128X64_RRD u8g(LCD_PINS_D4, LCD_PINS_ENABLE, LCD_PINS_RS); // Number of stripes can be adjusted in ultralcd_st7920_u8glib_rrd.h with PAGE_HEIGHT
|
||||
// AVR version ignores these pin settings
|
||||
// HAL version uses these pin settings
|
||||
|
||||
|
||||
#elif ENABLED(CARTESIO_UI)
|
||||
// The CartesioUI display
|
||||
//U8GLIB_DOGM128_2X u8g(DOGLCD_SCK, DOGLCD_MOSI, DOGLCD_CS, DOGLCD_A0); // 4 stripes
|
||||
|
Reference in New Issue
Block a user