Ht16k33Multi.Display.Blinking (ht16k33_multi v0.2.0)
View SourceProvides 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
@spec off() :: 129
Returns the command to disable blinking.
@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 Hz1
— 1 Hz2
— 2 Hz Any other value defaults to 2 Hz.