|
@@ -94,7 +94,7 @@
|
94
|
94
|
// @section machine
|
95
|
95
|
|
96
|
96
|
/**
|
97
|
|
- * Select which serial port on the board will be used for communication with the host.
|
|
97
|
+ * Select the serial port on the board to use for communication with the host.
|
98
|
98
|
* This allows the connection of wireless adapters (for instance) to non-default port pins.
|
99
|
99
|
* Serial port 0 is always used by the Arduino bootloader regardless of this setting.
|
100
|
100
|
*
|
|
@@ -1627,11 +1627,10 @@
|
1627
|
1627
|
//#define CR10_STOCKDISPLAY
|
1628
|
1628
|
|
1629
|
1629
|
//
|
1630
|
|
-// MKS OLED 1.3" 128 x 64 FULL GRAPHICS CONTROLLER
|
|
1630
|
+// MKS OLED 1.3" 128 × 64 FULL GRAPHICS CONTROLLER
|
1631
|
1631
|
// http://reprap.org/wiki/MKS_12864OLED
|
1632
|
1632
|
//
|
1633
|
1633
|
// Tiny, but very sharp OLED display
|
1634
|
|
-// If there is a pixel shift, try the other controller.
|
1635
|
1634
|
//
|
1636
|
1635
|
//#define MKS_12864OLED // Uses the SH1106 controller (default)
|
1637
|
1636
|
//#define MKS_12864OLED_SSD1306 // Uses the SSD1306 controller
|