peckpeck
peckpeck
We should be able ton convert InputPin to OutputPin and vice versa. This should be done by consuming the xxPin object and creating a new one. This would make the...
Hi, This is not really an issue. I recently came across https://www.ecorax.net/macro-bunker-1/ that explains how to implement zero sized gpio and pin. Not that we are especially memory constrained on...
Pull request to fix https://tracker.mender.io/browse/CFE-3982
By using a config option to busmaster builder
This way rsync work if ssh works
Sorry for @Liamolucko I could not start from https://github.com/caemor/epd-waveshare/pull/108 it was too much work to re-add clear_frame
The user has to know how EPD implements colors because tricolors have split buffers and the user has to handle it if she doesn't use Display structures. Moreover Display structures...
Since it is an associated type, most driver implement it as the color type the epd supports. However since there is a separate WaveshareThreeColorDisplay trait, some driver implement it only...
'?' and '*' in BM_TARBALL_BLACKLIST are translated into spaces bu the shell, change them back into '?' so that they are understood by the tar/dar command.