oled v0.3.3 OLED.Display.Server View Source

Display server

Link to this section Summary

Link to this section Types

Link to this type

display_frame_opts()

View Source
display_frame_opts() :: [{:memory_mode, :horizontal | :vertical | :page_addr}]
Link to this type

pixel_opts()

View Source
pixel_opts() :: [state: pixel_state(), mode: :normal | :xor]

Pixel options

mode - Can be :normal or :xor state - Pixel state

Link to this type

pixel_state()

View Source
pixel_state() :: :on | :off

Pixel state

:on - Pixel High in normal mode :off - Pixel Low in normal mode