WYH_L12864 display for Alfawise

MarlinFirmware/Marlin#22863
This commit is contained in:
Scott Lahteine 2021-10-02 20:15:54 -05:00
parent 256a11c665
commit 1167dba9d4
545 changed files with 1689 additions and 259 deletions

View file

@ -2376,6 +2376,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2408,6 +2408,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2377,6 +2377,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2377,6 +2377,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2455,6 +2455,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1612,7 +1612,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2456,6 +2456,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2376,6 +2376,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -2377,6 +2377,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2378,6 +2378,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2378,6 +2378,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2470,6 +2470,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2381,6 +2381,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2378,6 +2378,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2376,6 +2376,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2376,6 +2376,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2378,6 +2378,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2378,6 +2378,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2388,6 +2388,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2388,6 +2388,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2388,6 +2388,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2388,6 +2388,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2383,6 +2383,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2383,6 +2383,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2383,6 +2383,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2379,6 +2379,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2378,6 +2378,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2378,6 +2378,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2376,6 +2376,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2412,6 +2412,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2376,6 +2376,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2377,6 +2377,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1607,7 +1607,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2376,6 +2376,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2376,6 +2376,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2392,6 +2392,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2376,6 +2376,11 @@
#define VIKI2 #define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2376,6 +2376,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2330,6 +2330,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1596,7 +1596,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2382,6 +2382,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2382,6 +2382,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2377,6 +2377,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2390,6 +2390,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1611,7 +1611,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2377,6 +2377,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2378,6 +2378,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2377,6 +2377,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -2392,6 +2392,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2377,6 +2377,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -2376,6 +2376,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -2377,6 +2377,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -2385,6 +2385,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2385,6 +2385,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2376,6 +2376,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2391,6 +2391,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

View file

@ -1603,7 +1603,7 @@
* Set STATUS_EXPIRE_SECONDS to zero to never clear the status. * Set STATUS_EXPIRE_SECONDS to zero to never clear the status.
* This will prevent position updates from being displayed. * This will prevent position updates from being displayed.
*/ */
#if ENABLED(U8GLIB_ST7920) #if IS_U8GLIB_ST7920
// Enable this option and reduce the value to optimize screen updates. // Enable this option and reduce the value to optimize screen updates.
// The normal delay is 10µs. Use the lowest value that still gives a reliable display. // The normal delay is 10µs. Use the lowest value that still gives a reliable display.
//#define DOGM_SPI_DELAY_US 5 //#define DOGM_SPI_DELAY_US 5

View file

@ -2379,6 +2379,11 @@
//#define VIKI2 //#define VIKI2
//#define miniVIKI //#define miniVIKI
//
// Alfawise Ex8 printer LCD marked as WYH L12864 COG
//
//#define WYH_L12864
// //
// MakerLab Mini Panel with graphic // MakerLab Mini Panel with graphic
// controller and SD support - https://reprap.org/wiki/Mini_panel // controller and SD support - https://reprap.org/wiki/Mini_panel

Some files were not shown because too many files have changed in this diff Show more