inky v1.0.2 API Reference

Modules

The Inky module provides the public API for interacting with the display.

Display creates specifications for displays and accent colors

A behaviour for defining the command interface between Inky and an IO implementation

A behaviour for defining how IO is performed on a specific platform.

LookupTables are used for voltage control when updating the screen.

PixelUtil maps pixels to bitstrings to be sent to an Inky screen

An Inky.HAL implementation responsible for sending commands to the Inky screen. It delegates to whatever IO module its user provides at init, but defaults to Inky.RpiIO

An Inky.InkyIO implementation intended for use with raspberry pis and relies on Circuits.GPIO and Cirtuits.SPI.