mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-25 18:40:21 +00:00
Add LIGHTWEIGHT_UI to example configs
This commit is contained in:
parent
855b188102
commit
967076b080
36 changed files with 576 additions and 0 deletions
Marlin/example_configurations
AlephObjects/TAZ4
Anet
BIBO/TouchX
BQ
Cartesio
Creality
CR-10
CR-10S
CR-10mini
Ender
Felix
FolgerTech/i3-2020
Infitary/i3-M508
JGAurora/A5
Malyan/M150
Micromake/C1/enhanced
RigidBot
SCARA
Sanguinololu
TinyBoy2
Velleman
Wanhao/Duplicator 6
delta
FLSUN
generic
kossel_mini
kossel_pro
kossel_xl
gCreate/gMax1.5+
makibox
tvrrug/Round2
wt150
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -655,6 +655,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -669,6 +669,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -658,6 +658,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -658,6 +658,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -658,6 +658,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -658,6 +658,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -658,6 +658,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -658,6 +658,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -663,6 +663,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -658,6 +658,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -656,6 +656,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
|
@ -657,6 +657,22 @@
|
||||||
// Swap the CW/CCW indicators in the graphics overlay
|
// Swap the CW/CCW indicators in the graphics overlay
|
||||||
//#define OVERLAY_GFX_REVERSE
|
//#define OVERLAY_GFX_REVERSE
|
||||||
|
|
||||||
|
#if ENABLED(U8GLIB_ST7920)
|
||||||
|
/**
|
||||||
|
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||||
|
* the ST7920 character-generator for very fast screen updates.
|
||||||
|
* Enable LIGHTWEIGHT_UI to use this special display mode.
|
||||||
|
*
|
||||||
|
* Since LIGHTWEIGHT_UI has limited space, the position and status
|
||||||
|
* message occupy the same line. Set STATUS_EXPIRE_SECONDS to the
|
||||||
|
* length of time to display the status message before clearing.
|
||||||
|
*/
|
||||||
|
//#define LIGHTWEIGHT_UI
|
||||||
|
#if ENABLED(LIGHTWEIGHT_UI)
|
||||||
|
#define STATUS_EXPIRE_SECONDS 20
|
||||||
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // DOGLCD
|
#endif // DOGLCD
|
||||||
|
|
||||||
// @section safety
|
// @section safety
|
||||||
|
|
Loading…
Reference in a new issue