Packages

OLED is a library to manage the monochrome OLED screen based on chip SSD1306. Implements a Scenic driver but also set of graphic primitves to work standalone.

Current section

Files

Jump to
oled lib oled.ex
Raw

lib/oled.ex

defmodule OLED do
@moduledoc """
OLED is a library to manage the monochrome OLED screen
based on chip SSD1306 using SPI comunication.
"""
end