vroland / epdiy

EPDiy is a driver board for affordable e-Paper (or E-ink) displays.
https://vroland.github.io/epdiy-hardware/
GNU Lesser General Public License v3.0
1.25k stars 178 forks source link

Add #203 Lilygo S3 support #272

Closed martinberlin closed 6 months ago

martinberlin commented 6 months ago

This got more complex that I expected. Only because it's a mix of v7 (LCD module) and v2 that is where LIlygo started to implement their display. Then the issue is that LEH, Latch enable signal, that is currently implemented directly in the LCD module (hsync) please correct me if I'm saying things out of the blue after my Christmas hang-over....it's still implemented using RTC in LIlygo S3 parallel solution. So technically this is a mix of v2 and v7 boards, that is not simply copying v7 and updating some lines. https://github.com/martinberlin/epdiy-rotation/tree/lilygos3 -> There is my working solution to implement this but I feel going backwards implementing this "as is" here. @vroland or @mickeprag maybe I will need your wise advice

martinberlin commented 6 months ago

Won't work on this anymore. Closing PR