📝 Update links to Fysetc Mini12864_Panel

This commit is contained in:
Scott Lahteine 2025-07-11 20:50:47 -05:00
parent dc6f23e435
commit 4f0329bb43
9 changed files with 9 additions and 9 deletions

View file

@ -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)

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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