-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
The current Display API (v1) only supports SPI-based displays. Version 2 should extend support to include I2C-connected displays (e.g., SSD1306 OLED, SH1106) which are currently within i2c.proto.
- API should include a
.protofile with a.optionsfile - This should be a new PR, based off the
api-v2branch - The API should support SPI and I2C displays
- The API should follow naming conventions in API v2 such as:
- BrokerToDevice message envelope
- DeviceToBroker message envelope
- Standardized message names like
Add,Remove,Write, etc
(For reference https://github.com/adafruit/Wippersnapper_Protobuf/blob/api-v2/proto/wippersnapper/analogio.proto)
- The API should come with documentation in the
docsfolder