Robotistan / PicoBricks

Pico Bricks is a fantastic project development kit for STEM educators and makers of all levels
Other
70 stars 23 forks source link

thermometer.py - variables WIDTH & HEIGHT are not referenced #3

Closed Jingleboy closed 1 year ago

Jingleboy commented 2 years 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)

amet7 commented 1 year ago

Correct version is available. Thanks your feedback.