!!! This display is now natively supported by GxEPD2 (GxEPD2_290_C90c) so I suggest to migrate to that. !!!
This small Arduino library adds support for 2.9" HINK-E029A10-A1 display to GxEPD library. It is a 3-color display with SSD1675A driver.
This plugin doesn't support partial update atm, other than that it should work. PRs are welcome.
https://github.com/ZinggJM/GxEPD
- copy the repository to your Arduino/libraries folder
- add "#include <GxEPD_HINKE029A10.h>" after "#include <GxEPD.h>"
- And done. You can try it out with example attached in the repository.
On ESP8266 I suggest to map CS pin to GPIO5 / D1 in order for the device to boot up correctly