mattjlewis / diozero

Java Device I/O library that is portable across Single Board Computers and microcontrollers. Tested with Raspberry Pi, Odroid C2, BeagleBone Black, Next Thing CHIP, Asus Tinker Board and Arduinos / Pico. Supports GPIO, I2C, SPI as well as Serial communication. Also known to work with Udoo Quad.
https://www.diozero.com
MIT License
261 stars 59 forks source link

Fixes #167 - updated communications channels. #168

Closed EAGrahamJr closed 1 year ago

EAGrahamJr commented 1 year ago

Tweaked up the channels to get a better separation and (hopefully) made it easier to switch between them. Fixed the 1306 initializtion to work with a 128x32 display.

Physically tested only on I2C on the 1306, so re-verification of the SPI is probably a good idea.