shufps / piaxe-miner

A Python-based ASIC miner
GNU General Public License v3.0
28 stars 8 forks source link

I2C addon #11

Closed WantClue closed 8 months ago

WantClue commented 8 months ago

Added I2C Diaplay functionallity it requires the pip library for Adafruit_SSD1306

config.yml does have it's own config section now for the I2C enable or disable.

used the usual I2C connections of the raspberry pi

WantClue commented 8 months ago

updated