Purchased a 2.7 inch WaveShare ePaper hat to display output from projects. The setup is well documentation on the waveshare site. The waveshare site contains a working sample. I’ve opted to tweak the sample versus develop something new via super interesting iot extentions to dotnet.
** https://github.com/iogeek/Gardening4Engineers/tree/gh-pages/src/pi/ePaper/screenTest ** https://github.com/iogeek/Gardening4Engineers/tree/gh-pages/src/pi/ePaper/waveshare Here are the tweaks I made to the waveshare sample.
FontEdit made getting fonts as simple as cut and paste.
The code I made creates a custom library from the Waveshare sample. This libary needs to be built, copied to a known location, and add the location to the search path.
## Notes: I have come across libraries that write to ePaper in c#. Things to consider in the future.