klipper/klippy/extras
Kevin O'Connor f08a0c5e93 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>
2018-06-22 23:47:09 -04:00
..
__init__.py
ad5206.py
adc_temperature.py
bed_tilt.py probe: Rename get_position() callback to get_probed_position() 2018-06-22 15:33:12 -04:00
delta_calibrate.py probe: Rename get_position() callback to get_probed_position() 2018-06-22 15:33:12 -04:00
display.py lcd_st7920: Use a longer delay at the start of each command/data 2018-06-22 23:47:09 -04:00
fan.py
gcode_macro.py gcode_macro: Add the ability to define custom g-code macros 2018-05-25 12:40:06 -04:00
heater_bed.py
heater_fan.py
homing_override.py homing_override: Add axes config parameter 2018-06-11 20:41:18 -04:00
multi_pin.py
output_pin.py output_pin: Fix SET_PIN max_val check 2018-06-05 09:12:31 -04:00
pid_calibrate.py
probe.py probe: Rename get_position() callback to get_probed_position() 2018-06-22 15:33:12 -04:00
replicape.py
servo.py
static_digital_output.py
stepper_buzz.py stepper: Don't peak into PrinterStepper members 2018-06-22 14:09:01 -04:00
temperature_fan.py temperature_fan: Fix issue 403 use max_speed 2018-06-19 11:51:07 -04:00
thermistor.py
tmc2130.py
verify_heater.py verify_heater: Disable when writing output to a debug file 2018-06-08 23:51:41 -04:00
virtual_sdcard.py
z_tilt.py probe: Rename get_position() callback to get_probed_position() 2018-06-22 15:33:12 -04:00