f08a0c5e93
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> |
||
---|---|---|
.. | ||
__init__.py | ||
ad5206.py | ||
adc_temperature.py | ||
bed_tilt.py | ||
delta_calibrate.py | ||
display.py | ||
fan.py | ||
gcode_macro.py | ||
heater_bed.py | ||
heater_fan.py | ||
homing_override.py | ||
multi_pin.py | ||
output_pin.py | ||
pid_calibrate.py | ||
probe.py | ||
replicape.py | ||
servo.py | ||
static_digital_output.py | ||
stepper_buzz.py | ||
temperature_fan.py | ||
thermistor.py | ||
tmc2130.py | ||
verify_heater.py | ||
virtual_sdcard.py | ||
z_tilt.py |