View Source OLED.Display.Server (oled v0.3.6)
Display server
Link to this section Summary
Link to this section Types
@type display_frame_opts() :: [{:memory_mode, :horizontal | :vertical | :page_addr}]
@type pixel_opts() :: [state: pixel_state(), mode: :normal | :xor]
Pixel options
mode - Can be :normal or :xor
state - Pixel state
@type pixel_state() :: :on | :off
Pixel state
:on - Pixel High in normal mode
:off - Pixel Low in normal mode