I'd like to build a device to integrate with our Tado central heating controller, for displaying history of heat demand etc.
Some sort of ePaper / eInk display would be ideal: low-power, in a HAT on a Pi Zero form factor perhaps.
Does anybody know of any such display which comes with a library for driving it from Windows 10 IoT? Either by:
- .NET assembly that could be imported into a C# project... (perfect world)
- Driven purely from GPIO, rather than relying upon a library, with sufficient documentation.
- Any other solution you could think of..?
Thanks!