Ht16k33Multi.Display.Blinking (ht16k33_multi v0.2.0)

View Source

Provides commands to control blinking on the entire display.

You can enable blinking at different frequencies or disable it entirely.

Summary

Functions

Returns the command to disable blinking.

Returns the command to enable blinking at the specified speed.

Functions

off()

(since 0.1.0)
@spec off() :: 129

Returns the command to disable blinking.

on(speed \\ 0)

(since 0.1.0)
@spec on(any()) :: 131 | 133 | 135

Returns the command to enable blinking at the specified speed.

The default blinking speed is 0.5 Hz.

Supported speed values:

  • 0 — 0.5 Hz
  • 1 — 1 Hz
  • 2 — 2 Hz Any other value defaults to 2 Hz.