Struct clerk::DisplayControlBuilder [] [src]

pub struct DisplayControlBuilder { /* fields omitted */ }

A struct for creating display control settings.

Methods

impl DisplayControlBuilder
[src]

[src]

Sets the entire display On or Off.

Default is On.

[src]

Sets the cursor On or Off.

Default is Off.

Note: This will not change cursor move direction or any other settings.

[src]

Sets the blinking of the cursor On of Off.

Default is Off.

Trait Implementations

impl Default for DisplayControlBuilder
[src]

[src]

Makes a new DisplayControlBuilder using the default settings described below.

The default settings are:

  • display:
    • On
  • cursor:
    • Off
  • blinkinging of cursor:
    • Off