How much work is there to add a driver for the Epson S1D13700 graphics controller? I have a bunch of old mono displays with these as the driver IC’s. I have a driver for the ATMega but would prefer to use the SITCore modules instead.
https://global.epson.com/products_and_drivers/semicon/products/display_controllers/detail/s1d13700.html
All of the displays I have include the S1D13700, which is a replacement for the older SED1335.
It should be relatively easy. You can use these as a reference
We just added driver, you can find the driver here:
TinyCLR-Drivers/Epson/S1D13700/S1D13700.cs at dev · ghi-electronics/TinyCLR-Drivers
We do not have the hardware available to test it yet, so for now you can add the .cs file directly to your project and run it. If it works well, we’ll publish it as a NuGet package. Since it hasn’t been tested, we prefer not to publish it yet.
If you run into any issues, or if you make any fixes or improvements, please share them with us.
Thanks!