Arduino vendor library for the Simple Device Drawing Protocol
By defining concrete implementations of the SDDPDisplayInterface
, it's simple to build support for different concrete drawing APIs.
TBD
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
.