Edit

Share via


Ht16k33.BufferingEnabled Property

Definition

Gets or sets whether buffering is enabled

public bool BufferingEnabled { get; set; }
member this.BufferingEnabled : bool with get, set
Public Property BufferingEnabled As Boolean

Property Value

Remarks

When set to true the display buffer is only flushed to the device when explicitly calling the Flush() method. Setting it to false also implicitly calls Flush()

Applies to