Skip to content

sdd-protocol/arduino-vendor

Repository files navigation

Arduino vendor library for the Simple Device Drawing Protocol

Usage

Overview

By defining concrete implementations of the SDDPDisplayInterface, it's simple to build support for different concrete drawing APIs.

API

TBD

Example: LCM2004A_I2C

Included in this library are a fully-functional concrete implementation of SDDPDisplayInterface for the LCM2004A displays connected via the I2C bus (via the jm_LCM2004A_I2C library) and a corresponding consumer application for driving said displays of this type (type-specific in this case only because it draws initialization UI) in examples/LCM2004A_I2C_driver.ino.

Releases

No releases published

Languages