scenic_driver_gpio v0.2.0 ScenicDriverGPIO View Source
Link to this section Summary
Functions
Callback implementation for Scenic.ViewPort.Driver.handle_call/3
Callback implementation for Scenic.ViewPort.Driver.handle_cast/2
Callback implementation for Scenic.ViewPort.Driver.handle_info/2
Callback implementation for Scenic.ViewPort.Driver.init/3
Link to this section Functions
Link to this function
child_spec(arg) View Source
Link to this function
handle_call(msg, from, state) View Source
Callback implementation for Scenic.ViewPort.Driver.handle_call/3
.
Link to this function
handle_cast(msg, state) View Source
Callback implementation for Scenic.ViewPort.Driver.handle_cast/2
.
Link to this function
handle_info(msg, state) View Source
Callback implementation for Scenic.ViewPort.Driver.handle_info/2
.
Link to this function
init(_) View Source
Link to this function
init(viewport, size, config) View Source
Callback implementation for Scenic.ViewPort.Driver.init/3
.