James Waples

Results 103 comments of James Waples

#511 mentions adding a larger builtin font, however I'd prefer to implement that with this scaling feature rather than adding one in and potentially removing it later once scaling is...

> We could convert the png files to base64 and use a simple include_str in the docs to include them. That's what I was thinking too. > I've found this...

> The docs.rs provides some information how to test doc builds locally, which would be useful for trying this out. It's surprisingly simple, so props to the docs.rs team for...

Experimenting in drivers is a good approach for sure, and I agree that the flush functionality for buffered drivers is going to be a large part of the total draw...

Thanks for the deeper explanation. I think I understand what you mean now - my comment above doesn't make much sense. IIUC, you'd like something like this *pseudo-Rust* (iterators can't...

Amazingly (or perhaps not), my hoarding tendencies over the last few years mean I actually have quite a lot of this hardware. I have two questions on MCU selections: 1....

As for performance, I remember hearing some murmurs from someone that the Knurling project is looking into being able to run some kind of `cargo bench` on target hardware, which...

> I didn't specify this intentionally, because I haven't looked at ESP-32 and Rust in detail. While I also prefer RISC-V over Xtensa I'm not sure if the availability for...

> The STM32F7508-DK might be a good lower cost option at 51.10€ + VAT. In this case the H7 variant is significantly more expensive and the F7 model is also...