Dániel Buga
Dániel Buga
`warning: the following packages contain code that will be rejected by a future version of Rust: winapi v0.2.8` started appearing in rustc 1.62.0 nightly.
Library users may need to parse partition tables and it is surprising that the partition table is in a separate crate. This PR re-exports the esp-idf-part crate for better developer...
- [ ] Added an entry to `CHANGELOG.md` if this change could be valuable to users This is absolutely unnecessary as I don't think the code is very hot, but...
This PR implements a very basic widget to draw on. TODO: - [ ] Transform mouse event coordinates - [ ] Turn the canvas into a data holder so that...
I've been thinking about restructuring display-interface for a while now. Some drivers (e.g. ssd1306) include multiple crates anyway, and they take a very short time to compile. Instead of the...
Hi! It seems it is possible to use implementations of the std Read/Write traits as data sources/destinations. If there isn't anything std-specific in their implementations, do you think bincode could...
Will replace #178 note to self: buffered mode is missing async `init()` (`DisplayConfig` is sync only)
The refactor itself isn't quite up to my expectations. I expected the line count to be more negative than positive. I'll see what I can do with that. - This...
Flash size detection is pretty complex and we also want to introduce new getters in the future (e.g. to estimate xtal frequency). We should be able to write simple programs...