You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I trying to run the sample code on esp8266 (nodemcu 12f) with a WeactStudio 2.9 B/W/R epaper display.
Firstly it wouldn't compile without adding #include "GxEPD2_display_selection_new_style.h" Is thins wrong? why is is not included in the example ino in the first place?
I have wired up using the same pins as I successfully used with MH ET BW e-paper and also the same as in the example. GxEPD2_DISPLAY_CLASS<GxEPD2_DRIVER_CLASS, MAX_HEIGHT(GxEPD2_DRIVER_CLASS)> display(GxEPD2_DRIVER_CLASS(/*CS=D8*/ EPD_CS, /*DC=D3*/ 0, /*RST=D4*/ 2, /*BUSY=D2*/ 4));
All I get is serial monitor:
ets Jan 8 2013,rst cause:2, boot mode:(7,6)
waiting for host
Is the display broken? Is there anything I can test? Am I doing something wrong
The text was updated successfully, but these errors were encountered:
Hey @deltamelter, what is the problem exactly? Did the compilation & upload to the ESP8266 complete successfully? If not, disconnect the display and try uploading again. After the upload is done, you can connect the display again.
Hey @deltamelter, what is the problem exactly? Did the compilation & upload to the ESP8266 complete successfully? If not, disconnect the display and try uploading again. After the upload is done, you can connect the display again.
I think some pin conflict with the nodemcu I was using.
tried a esp-wroom-02 device with same pinout and is worked fine with the arduino sample
esphome can't work on the wroom-02 some memory conflict when trying to initialise the display driver
esp32 works fine on both arduino sample and esphome
I trying to run the sample code on esp8266 (nodemcu 12f) with a WeactStudio 2.9 B/W/R epaper display.
Firstly it wouldn't compile without adding
#include "GxEPD2_display_selection_new_style.h"
Is thins wrong? why is is not included in the example ino in the first place?I have wired up using the same pins as I successfully used with MH ET BW e-paper and also the same as in the example.
GxEPD2_DISPLAY_CLASS<GxEPD2_DRIVER_CLASS, MAX_HEIGHT(GxEPD2_DRIVER_CLASS)> display(GxEPD2_DRIVER_CLASS(/*CS=D8*/ EPD_CS, /*DC=D3*/ 0, /*RST=D4*/ 2, /*BUSY=D2*/ 4));
All I get is serial monitor:
Is the display broken? Is there anything I can test? Am I doing something wrong
The text was updated successfully, but these errors were encountered: