Qrome / printer-monitor

OctoPrint 3D Printer Monitor using Wemos D1 Mini ESP8266
MIT License
477 stars 164 forks source link

Display never turns on #167

Open ghost opened 1 year ago

ghost commented 1 year ago

I have the board compiled with the code and I'm able to set it up, but the display never turns on. Ive made sure to use the right versions, compiled it multiple times, resoldered and unsoldered the connections, but nothing ever works. What do I do?

Qrome commented 1 year ago

I know you mentioned you have the correct versions, but normally this is the one that might cause an issue with the display: "SSD1306Wire.h" --> https://github.com/ThingPulse/esp8266-oled-ssd1306/releases/tag/4.1.0 (version 4.1.0)

Make sure you have the 4.1.0 version.

If the web interface is loaded and running, you can also try and load the compiled binary through the web interface. If you don't know the IP of your monitor, you can get it from viewing the port monitor.

ghost commented 1 year ago

Will try this when i get home!

ghost commented 1 year ago

It didnt seem to work, what should i do now?

morphias2004 commented 1 year ago

It didnt seem to work, what should i do now?

What screen are you using?

If you have the 1.3", you need to uncomment a line in the settings.h as per the install guide.

ghost commented 1 year ago

This: https://www.amazon.com/dp/B00O2LLT30?ref=ppx_yo2ov_dt_b_product_details&th=1

ghost commented 1 year ago

I also moved #define DISPLAY_SH1106 to the top, but its in orange for some sort of reason. I moved it to the top because I think it was giving me some sort of error if i left it where it originally was. image