|
@@ -106,18 +106,6 @@
|
106
|
106
|
//#undef Z_MAX_PIN // Uncomment if using ZMAX connector (PE5)
|
107
|
107
|
#endif
|
108
|
108
|
|
109
|
|
-/**
|
110
|
|
- * Note: Alfawise screens use various TFT controllers. Supported screens
|
111
|
|
- * are based on the ILI9341, ILI9328 and ST7798V. Define init sequences for
|
112
|
|
- * other screens in u8g_dev_tft_320x240_upscale_from_128x64.cpp
|
113
|
|
- *
|
114
|
|
- * If the screen stays white, disable 'LCD_RESET_PIN' to let the bootloader
|
115
|
|
- * init the screen.
|
116
|
|
- *
|
117
|
|
- * Setting an 'LCD_RESET_PIN' may cause a flicker when entering the LCD menu
|
118
|
|
- * because Marlin uses the reset as a failsafe to revive a glitchy LCD.
|
119
|
|
- */
|
120
|
|
-
|
121
|
109
|
#define TFT_RESET_PIN PC4 // pin 33
|
122
|
110
|
#define TFT_BACKLIGHT_PIN PD12 // pin 59
|
123
|
111
|
#define FSMC_CS_PIN PD7 // pin 88 = FSMC_NE1
|
|
@@ -130,9 +118,6 @@
|
130
|
118
|
#define DOGLCD_MOSI -1 // Prevent auto-define by Conditionals_post.h
|
131
|
119
|
#define DOGLCD_SCK -1
|
132
|
120
|
|
133
|
|
-// Longer/Alfawise TFT
|
134
|
|
-#define LONGER_LK_TFT28
|
135
|
|
-
|
136
|
121
|
// Buffer for Color UI
|
137
|
122
|
#define TFT_BUFFER_SIZE 3200
|
138
|
123
|
|