oled v0.1.0 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 Sourcedisplay_frame_opts() :: [{:memory_mode, :horizontal | :vertical | :page_addr}]
Link to this type
pixel_opts()
View Sourcepixel_opts() :: [state: pixel_state(), mode: :normal | :xor]
Pixel options
mode
- Can be :normal
or :xor
state
- Pixel state
Pixel state
:on
- Pixel High in normal mode
:off
- Pixel Low in normal mode