Hello Jean-Marc,
i use this display:
https://www.amazon.de/dp/B075YP81JR?psc=1&ref=ppx_yo2ov_dt_b_product_details
Backside Display: V3 Sticker
ESP32:
https://www.amazon.de/dp/B07RM1BBVF?psc=1&ref=ppx_yo2ov_dt_b_product_details
(I can't get the display to work, so I started with the examples the examples for Ardunio boards first !)
The inking on the flat cable says:
FPC-C001
21.08.30
HB
e-Paper Driver HAT (Revision 2.3)
Display Config B
Interface Config 0
e-Paper | Ardunio Mega 2560 R3
VCC | 5V
GND | GND
DIN | GPIO51
CLK | GPIO52
CS | GPIO53
DS | GPIO8
RST | GPIO9
BUSY | GPIO7
PWR | GPIO10
GxEDP2_HelloWorld.ino:
// select the display class and display driver class in the following file (new style):
#include "GxEPD2_display_selection_new_style.h"
GxEDP2_display_selection_new_style.h:
// 3-color e-papers
#define GxEPD2_DRIVER_CLASS GxEPD2_750c_Z08 // GDEW075Z08 800x480, EK79655 (GD7965), (WFT0583CZ61)
No output on display, nothing is shown
Serial monitor:
Busy Timeout!
_PowerOn : 20000728
Busy Timeout!
_Update_Full : 20000692
Busy Timeout!
_PowerOff : 20000708
For the example GxEDP2_Example.ino, the same display or the same settings as above were made / commented out / inserted
The display shows nothing, the output in the serial monitor is as follows:
_PowerOn : 20000884
_Update_Full : 7655564
_PowerOff : 12
_PowerOn : 4124
Busy Timeout!
_Update_Full : 20000876
Busy Timeout!
_PowerOff : 20000876
Busy Timeout!
_PowerOn : 20000896
Busy Timeout!
_Update_Part : 20000852
Busy Timeout!
_Update_Part : 20000860
_Update_Part : 14581180
_Update_Part : 1736028
Busy Timeout!
_Update_Part : 20000896
Have I made a mistake? Have I made a mistake in my thinking ? Selected the wrong display ? Why does the display show nothing ? Is it possible that the ribbon cable is connected the wrong way round? (I have orientated myself on the product pictures)