mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2026-01-03 13:20:32 -07:00
📝 Update links to Fysetc Mini12864_Panel
This commit is contained in:
parent
dc6f23e435
commit
4f0329bb43
9 changed files with 9 additions and 9 deletions
|
|
@ -3118,7 +3118,7 @@
|
|||
|
||||
//
|
||||
// FYSETC variant of the MINI12864 graphic controller with SD support
|
||||
// https://wiki.fysetc.com/Mini12864_Panel/
|
||||
// https://wiki.fysetc.com/docs/Mini12864Panel
|
||||
//
|
||||
//#define FYSETC_MINI_12864_X_X // Type C/D/E/F. No tunable RGB Backlight by default
|
||||
//#define FYSETC_MINI_12864_1_2 // Type C/D/E/F. Simple RGB Backlight (always on)
|
||||
|
|
|
|||
|
|
@ -259,7 +259,7 @@
|
|||
|
||||
#if ENABLED(FYSETC_MINI_12864)
|
||||
//
|
||||
// See https://wiki.fysetc.com/Mini12864_Panel/
|
||||
// See https://wiki.fysetc.com/docs/Mini12864Panel
|
||||
//
|
||||
#define DOGLCD_A0 EXP1_04_PIN
|
||||
#define DOGLCD_CS EXP1_03_PIN
|
||||
|
|
|
|||
|
|
@ -832,7 +832,7 @@
|
|||
|
||||
#elif ENABLED(FYSETC_MINI_12864)
|
||||
|
||||
// From https://wiki.fysetc.com/Mini12864_Panel/
|
||||
// From https://wiki.fysetc.com/docs/Mini12864Panel
|
||||
|
||||
#define DOGLCD_A0 EXP1_04_PIN
|
||||
#define DOGLCD_CS EXP1_03_PIN
|
||||
|
|
|
|||
|
|
@ -450,7 +450,7 @@
|
|||
|
||||
#elif ENABLED(FYSETC_MINI_12864)
|
||||
|
||||
// From https://wiki.fysetc.com/Mini12864_Panel/
|
||||
// From https://wiki.fysetc.com/docs/Mini12864Panel
|
||||
|
||||
// TO TEST
|
||||
//#define DOGLCD_A0 16
|
||||
|
|
|
|||
|
|
@ -474,7 +474,7 @@
|
|||
|
||||
#elif ENABLED(FYSETC_MINI_12864)
|
||||
|
||||
// From https://wiki.fysetc.com/Mini12864_Panel/
|
||||
// From https://wiki.fysetc.com/docs/Mini12864Panel
|
||||
|
||||
// TO TEST
|
||||
//#define DOGLCD_A0 16
|
||||
|
|
|
|||
|
|
@ -393,7 +393,7 @@
|
|||
|
||||
#elif ENABLED(FYSETC_MINI_12864)
|
||||
|
||||
// From https://wiki.fysetc.com/Mini12864_Panel/
|
||||
// From https://wiki.fysetc.com/docs/Mini12864Panel
|
||||
|
||||
// TO TEST
|
||||
//#define DOGLCD_A0 16
|
||||
|
|
|
|||
|
|
@ -615,7 +615,7 @@
|
|||
|
||||
#elif ENABLED(FYSETC_MINI_12864)
|
||||
|
||||
// From https://wiki.fysetc.com/Mini12864_Panel/
|
||||
// From https://wiki.fysetc.com/docs/Mini12864Panel
|
||||
|
||||
#define DOGLCD_A0 EXP1_04_PIN
|
||||
#define DOGLCD_CS EXP1_03_PIN
|
||||
|
|
|
|||
|
|
@ -331,7 +331,7 @@
|
|||
* TFT-2 ----------- EXP2-5 MOSI
|
||||
* TFT-3 ----------- EXP2-9 SCK
|
||||
*
|
||||
* for backlight configuration see steps 2 (V2.1) and 3 in https://wiki.fysetc.com/Mini12864_Panel/
|
||||
* for backlight configuration see steps 2 (V2.1) and 3 in https://wiki.fysetc.com/docs/Mini12864Panel
|
||||
*/
|
||||
|
||||
#define LCD_BACKLIGHT_PIN -1
|
||||
|
|
|
|||
|
|
@ -149,7 +149,7 @@
|
|||
|
||||
#if ENABLED(FYSETC_MINI_12864)
|
||||
//
|
||||
// See https://wiki.fysetc.com/Mini12864_Panel/
|
||||
// See https://wiki.fysetc.com/docs/Mini12864Panel
|
||||
//
|
||||
#define DOGLCD_A0 PE9
|
||||
#define DOGLCD_CS PE8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue