Mathias Gottschlag
Mathias Gottschlag
From my experience, the "original" version of this crate (without my modifications) worked well with this display except for quick refresh. I did also have the issues with RAM size,...
Sorry, the project got stalled for time reasons, so I did not do any intensive testing. I only tested on the 4-color variant.
Unfinished commit: https://github.com/mgottschlag/epd-waveshare/commit/fc18e6f6fa078312879ec978729390ca4a6ab70a I just noticed that this is really unnecessary for my application, though. It is more efficient to partition the display into 2 or 4 parts and use...
I am sorry I cannot contribute - I actually do not have much low-level tokio experience. Anyways, so the summary right now is: - The problem is not caused by...
See #209 for a more complete take on DMA which is already usable.
As the problem just came up in the Matrix room: - [ ] The documentation should describe how to implement DMA transfers of variable length, i.e., it should describe how...
Yes, please!
For me, the driver did not work at all, as during initialization multiple transfers were interpreted as one command by the device (because CS was toggled while the last transfer...
> I think that one of the ways to support both FS and HS is to define a superset of registers and use it. Maybe HS register set is already...
Sorry, I do not have no intentions to maintain this tool anymore. I will merge sensible pull requests though. Some notes: - If I remember correctly (it's been 6 years...