nanoframework / Home

:house: The landing page for .NET nanoFramework repositories.
https://www.nanoframework.net
MIT License
844 stars 75 forks source link

Add support for IL0373 epaper driver #1474

Closed ThijsBorst closed 2 months ago

ThijsBorst commented 2 months ago

Description

I was hoping to utilize the nanoframework with my ThinkInk TriColor epaper display, but unfortunately there is no support yet. Could this be added?

How to solve the problem

Add a driver for IL0373 based epaper devices. For example: https://www.adafruit.com/product/4778

Describe alternatives you've considered

No response

Aditional context

No response

Ellerbach commented 2 months ago

.NET nanoFramework is a community project. So for bindings like screens, sensors, it's only based out of community work. So, you can check the existing drivers and with the datasheet, see how you can best add your needed driver: https://github.com/nanoframework/nanoFramework.IoT.Device/tree/develop/devices/ePaper

And we love PR, so we will be happy to review and help you in the process with feedback. So closing this issue as we are not tracing the requests for bindings.

ThijsBorst commented 2 months ago

Ok, got it... Busy on a driver then...