Closed Jingleboy closed 1 year ago
In thermometer.py both WIDTH & HEIGHT are being defined, but are never used.
Instead the values just appear to be hard-coded in the line:
oled=SSD1306_I2C(128, 64, i2c)
Correct version is available. Thanks your feedback.
In thermometer.py both WIDTH & HEIGHT are being defined, but are never used.
Instead the values just appear to be hard-coded in the line:
oled=SSD1306_I2C(128, 64, i2c)