🎨 Use largest default ST9720 delays (#22713)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
This commit is contained in:
committed by
Scott Lahteine
parent
4c7f8696ab
commit
253f91765d
@ -237,16 +237,16 @@
|
||||
#elif ENABLED(CR10_STOCKDISPLAY)
|
||||
|
||||
#define IS_RRD_FG_SC 1
|
||||
#define LCD_ST7920_DELAY_1 DELAY_NS(125)
|
||||
#define LCD_ST7920_DELAY_2 DELAY_NS(125)
|
||||
#define LCD_ST7920_DELAY_3 DELAY_NS(125)
|
||||
#define LCD_ST7920_DELAY_1 125
|
||||
#define LCD_ST7920_DELAY_2 125
|
||||
#define LCD_ST7920_DELAY_3 125
|
||||
|
||||
#elif ENABLED(ANET_FULL_GRAPHICS_LCD, ANET_FULL_GRAPHICS_LCD_ALT_WIRING)
|
||||
|
||||
#define IS_RRD_FG_SC 1
|
||||
#define LCD_ST7920_DELAY_1 DELAY_NS(150)
|
||||
#define LCD_ST7920_DELAY_2 DELAY_NS(150)
|
||||
#define LCD_ST7920_DELAY_3 DELAY_NS(150)
|
||||
#define LCD_ST7920_DELAY_1 150
|
||||
#define LCD_ST7920_DELAY_2 150
|
||||
#define LCD_ST7920_DELAY_3 150
|
||||
|
||||
#elif ANY(REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER, BQ_LCD_SMART_CONTROLLER, K3D_FULL_GRAPHIC_SMART_CONTROLLER)
|
||||
|
||||
|
Reference in New Issue
Block a user