rubiojr / go-enviroplus

Go module to read Pimoroni's Enviro+ sensors
BSD 2-Clause "Simplified" License
8 stars 2 forks source link

Any plans to support st7735 (on hat oled display)? #3

Open heatxsink opened 2 years ago

heatxsink commented 2 years ago

This module is great! Any plans to support st7735 (on hat oled display)?

rubiojr commented 2 years ago

@heatxsink happy to give it a try. Do you have a link for the hardware you're using?

rubiojr commented 2 years ago

Ignore me, misread the issue.

Yeah, I have some code around that I should clean and push eventually.

heatxsink commented 2 years ago

Sweeet!

heatxsink commented 2 years ago

Gentle ping on this thread.

rubiojr commented 2 years ago

@heatxsink I'm hoping that with christmas coming I'll have some time to finish this.

rubiojr commented 2 years ago

Started work in https://github.com/rubiojr/go-enviroplus/pull/4, which is a thin wrapper around https://github.com/asssaf/st7735-go, to simplify things.