🎨 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
@ -245,9 +245,9 @@
|
||||
//#define MISO 23 // 13 B3 ICSP-06 EXP2-05
|
||||
|
||||
// Alter timing for graphical display
|
||||
#define BOARD_ST7920_DELAY_1 DELAY_NS(313)
|
||||
#define BOARD_ST7920_DELAY_2 DELAY_NS(313)
|
||||
#define BOARD_ST7920_DELAY_3 DELAY_NS(313)
|
||||
#define BOARD_ST7920_DELAY_1 313
|
||||
#define BOARD_ST7920_DELAY_2 313
|
||||
#define BOARD_ST7920_DELAY_3 313
|
||||
|
||||
#else
|
||||
|
||||
|
Reference in New Issue
Block a user