mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-23 06:33:54 -06:00
Some LCD code cleanup
This commit is contained in:
parent
fa11427ec6
commit
aa1d587128
7 changed files with 39 additions and 52 deletions
|
@ -918,13 +918,6 @@
|
|||
// Swap the CW/CCW indicators in the graphics overlay
|
||||
//#define OVERLAY_GFX_REVERSE
|
||||
|
||||
|
||||
// VIKI2 and miniVIKI require DOGLCD_SCK and DOGLCD_MOSI to be defined.
|
||||
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
|
||||
#define DOGLCD_SCK SCK_PIN
|
||||
#define DOGLCD_MOSI MOSI_PIN
|
||||
#endif
|
||||
|
||||
/**
|
||||
* ST7920-based LCDs can emulate a 16 x 4 character display using
|
||||
* the ST7920 character-generator for very fast screen updates.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue