🎨 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
@ -191,7 +191,7 @@
|
||||
#define BTN_EN1 PF13 // BTN_EN1
|
||||
#define BTN_EN2 PE9 // BTN_EN2
|
||||
|
||||
#define BOARD_ST7920_DELAY_1 DELAY_NS(125)
|
||||
#define BOARD_ST7920_DELAY_2 DELAY_NS(63)
|
||||
#define BOARD_ST7920_DELAY_3 DELAY_NS(780)
|
||||
#define BOARD_ST7920_DELAY_1 125
|
||||
#define BOARD_ST7920_DELAY_2 63
|
||||
#define BOARD_ST7920_DELAY_3 780
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user