I tried to use my epd_waveshare crate for this app instead of the il3820 which is basically just a slightly different driver for the same display. (the epd-crate also includes 2 other epds).
The biggest problem I have right now is that ui:view always creates a new buffer/display_ribbon_left. Is there a reason for this? (https://github.com/TeXitoi/rusty-clock/blob/master/portable/src/ui/mod.rs#L152)
I tried to use my epd_waveshare crate for this app instead of the il3820 which is basically just a slightly different driver for the same display. (the epd-crate also includes 2 other epds).
The biggest problem I have right now is that ui:view always creates a new buffer/display_ribbon_left. Is there a reason for this? (https://github.com/TeXitoi/rusty-clock/blob/master/portable/src/ui/mod.rs#L152)