mirror of
git://soft.sys114.com/klipper
synced 2026-02-11 09:00:26 +09:00
lcd_st7920: Use a longer delay at the start of each command/data
It appears the st7920 requires a longer delay when switching from command to data mode (and vice-versa). Slower MCUs don't show a problem because the klipper command processing time results in a sufficient delay. However, some of the faster MCUs can process klipper commands fast enough that the next st7920 transfer is sent too fast. Add an additional delay to account for this. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
@@ -93,8 +93,3 @@ max_z_accel: 100
|
||||
#cs_pin: P0.16
|
||||
#sclk_pin: P0.15
|
||||
#sid_pin: P0.18
|
||||
#chip_delay needs to be set to the below for the LCD to initialise correctly.
|
||||
#chip_delay: .000040
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user