Ralf Fuest

Results 402 comments of Ralf Fuest

In the 0.2.0 version the PAC is exported as `device`: https://github.com/stm32-rs/stm32f7xx-hal/blob/4f42876fc520f1ed2b86cd2c67bd1696cf448372/src/lib.rs#L59 This was changed to `pac` to mach the other STM32 HAL crates, but the change isn't included in a...

Regarding the performance of the `pixel` getter: Should we just accept the limitation that `Framebuffer::pixel` is much slower than `set_pixel`? In some use cases it should be possible to get...

Have you thought about how/when these changes should be released? We could release this soon(ish) with minimal other changes or wait until the next release with other features.

Great, that's also my preferred way of releasing this changes.

How should we handle the MSRV for `embedded-graphics-core`. Bumping the MSRV would be a breaking change and require all drivers to be ported. Or we could keep the MSRV for...

> #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...

> I wonder if it would be possible to generate, or at least read images out of a folder, and inline them into the docs. Reading the images out of...

> I wonder if docs.rs supports that though. I guess it should, if the assets are copied to the `target/doc/` folder. I did some a quick research before posting the...

> Some ESP-32 > > Do you mean the Xtensa architecture, or the newer ones using RISC-V? I think I'd prefer to use the newer ESP-32s as a RISC-V target...

> Shall we narrow the specification of "Some ESP chip" to an ESP-32-C3? SGTM. > The F7 development boards with builtin display are, from a cursory search on Farnell, significantly...