“Inky itself is a very good display. Heads-up for starters, Inky with Micropython, for which the IDE support with VSCode etc is not so good. Thonny IDE does the job, but having a decent intellisense or auto complete helps, instead of trying to lookup every method online.
Also it doesn't do a partial refresh, and the screen refresh takes 10-15sec so realtime applications are off. Pictures require some work to do, so you can't just drop in Images.
The examples included are quite comprehensive, to understand the capabilities and how to achieve various results.
Make sure u don't disturb inky while it's busy when it's connected to IDE, atleast on windows, you will loose the connection and unless you unplug it and plug it back. Windows won't recognize it.”