The display I’m using on my weather station is controlled via i2c calls. I got tried of doing all of the Wire.* calls throughout my code. I decided to write a library do all that work for me, and I just have to call it like I would the stock LCD library.
I’ve posted the code [...]

