gopher-motorsports / ePaper_driver_23

0 stars 0 forks source link

Can we potentially get rid of enable and have reset pull enable low -> wait -> pull enable high? Do we need the dedicated functionality for turning the epaper on and off? #4

Open sebmueller01 opened 1 year ago

sebmueller01 commented 1 year ago

https://github.com/gopher-motorsports/ePaper_driver_23/blob/68f804cc4d86b0f0f2ebadda7c5d566e0b45066e/Core/Src/epaper.c#L332

sebmueller01 commented 1 year ago

If we do can we potentially have reset which does the power cycling and then separate enable and disable functions?