Edit

Share via


LcdInterface.WaitMultiplier Property

Definition

The command wait time multiplier for the LCD.

public double WaitMultiplier { get; set; }
member this.WaitMultiplier : double with get, set
Public Property WaitMultiplier As Double

Property Value

Remarks

In order to handle controllers that might be running at a much slower clock we're exposing a multiplier for any "hard coded" waits. This can also be used to reduce the wait time when the clock runs faster or other overhead (time spent in other code) allows for more aggressive timing.

There is a busy signal that can be checked that could make this moot, but currently we are unable to check the signal fast enough to make gains (or even equal) going off hard timings. The busy signal also requires having a r/w pin attached.

Applies to