Yes, might be. If you use the panel link in GxEPD2_420_GDEY042T91.h you get to the page 4.2 inch e-ink display high rate refresh 400x300 SPI, GDEY042T81.
The name GDEY042T91 may have been either preliminary, or a typo.
There seem to be two versions:
4.2 inch e-ink display high rate refresh 400x300 SPI, GDEY042T81
This is a monochrome e-ink display, 4.2 inch, 400x300 resolution, SSD1683, SPI interface, and the electronic paper screen supports partial refresh and 4 grayscale.
4.2 inch e-ink display SSD1683 support partial, fast refresh, GDEQ042T81
This is a 4.2 inch e-ink display SSD1683 with 400x300 resolution, SPI interface, and the e-ink screen supports 3s full refresh, 0.42s partial refresh and 1.5s fast refresh.
It is unclear to me, if they just have different wavetables in OTP, or if the panel fluids are optimized for different uses.
The GxEPD2 driver class code for GDEY042T91 supports the 1.5s fast refresh feature of the GDEQ042T81. So it might have been a preliminary name for GDEQ042T81.
You may need to disable this feature in the class header:
static const bool useFastFullUpdate = true; // set false for extended (low) temperature range
by setting it to false.
Seem still in presale state. I had got a free sample.
Thank you for having pointed me to these updates on their web-page. I gave up on sporadically looking for updates, because the displays I am interested in tend to stay in presale state almost forever.
-jz-