SSD1306 (ssd1306 v1.0.0)

SSD1306 Driver for Elixir using ElixirALE.

usage

Usage:

Add your devices to your config like so:

config :ssd1306,
  devices: [
    %{bus: "i2c-1", address: 0x3d, reset_pin: 17}
  ]

Then use the functions in [SSD1306.Device] to send image data. Pretty simple.

Link to this section Summary

Functions

Connect to an SSD1306 device.

Disconnect an SSD1306 device.

Link to this section Functions

Link to this function

connect(config)

Connect to an SSD1306 device.

Link to this function

disconnect(device_name)

Disconnect an SSD1306 device.