Edit

Share via


EntireDisplayOn(Boolean) Constructor

Definition

This command turns the entire display on or off.

public EntireDisplayOn (bool entireDisplay);
new Iot.Device.Ssd13xx.Commands.Ssd1306Commands.EntireDisplayOn : bool -> Iot.Device.Ssd13xx.Commands.Ssd1306Commands.EntireDisplayOn
Public Sub New (entireDisplay As Boolean)

Parameters

entireDisplay
Boolean

Resume to RAM content display when FALSE and turns entire dislay on when TRUE.

Applies to