Qrome / Pi-hole-Monitor

ESP8266 and OLED Pi-hole Monitor
MIT License
78 stars 16 forks source link

Display off after v1.5 Upgrade #21

Closed 7onnie closed 1 year ago

7onnie commented 1 year ago

Today i updated to v1.5 via the Web Interface. After unplugging and replugging the device, it no longer shows any Display Output. The WebInterface still works just fine. I Tried re-Flashing the Firmware via the WebInterface, but no Change. the Display stays off no matter what i do. Not even the Boot-Up Sequence is shown with the IP. Only the Webinterface keeps working.

I use this Hardware https://www.etsy.com/de-en/listing/823257424/octoprint-3d-printer-monitor-kit-with?variation0=1461984079

Qrome commented 1 year ago

Since you are using the Easyboard you need to use the following in the Setting.h file:

const int SCL_PIN = D1; // original code D5 -- Monitor Easy Board use D1

Qrome commented 1 year ago

I compiled a 1.5 binary for the EasyBoard and added it to Master.

https://github.com/Qrome/Pi-hole-Monitor/blob/master/piholemonitor.inod1_mini_easyboard_v1.5.bin

You can download that one and install it from the web interface, or you can compile the original source with the SCL_PIN = D1;

7onnie commented 1 year ago

Works great! Thank you so much! Keep up the good work :)