Search found 2 matches
- Wed Mar 11, 2020 2:08 pm
- Forum: ESP-IDF
- Topic: Any reference example for GDEW0154T8 E-Paper LCD with ESP32 IDF
- Replies: 5
- Views: 8103
Re: Any reference example for GDEW0154T8 E-Paper LCD with ESP32 IDF
I was having problems with the Black and White 1.54" epaper modules under GxEPD2 library. When I updated my library to version 1.2.6, there was a NEW 1.54"BW epaper display descriptor GxEPD2_BW<GxEPD2_154_D67, GxEPD2_154_D67::HEIGHT> display(GxEPD2_154_D67(/*CS=5*/ SS, /*DC=*/ 22, /*RST=*/ 21, /*BUS...
- Tue Mar 10, 2020 3:04 pm
- Forum: ESP32 Arduino
- Topic: Problems with HTTP client management on Waveshare e-paper ESP32 board
- Replies: 1
- Views: 3816
Re: Problems with HTTP client management on Waveshare e-paper ESP32 board
I'm having a similar issue. My esp32 Wroom32 is connected to a 1.54" epaper display. I have an HTTP client running. If the GET receives more than 6 characters, I get a "Meditation Guru - Unimplemented fetch" error and it crashes and restarts. Then if I send smaller strings, it sometimes works howeve...