Matrix Orbital Display LCD2041.

I am working with one of these on a project of mine. I got fed up of typing out all the Wire.* calls throughout my code, so I decided to write a library to handle all of that, so I could just call it like I would call the parallel LCD display. I've posted my code up on GitHub for people to use.

Link to it: GitHub - bkonosky/Arduino-Matrix-Orbital-i2c-library: Library to easily control the Matrix Orbital LCD2041 display using an Arduino.

Thanks for sharing,