James Waples

Results 103 comments of James Waples

Note to self: experiment with/benchmark the compile size of inner functions, e.g. https://internals.rust-lang.org/t/inner-function-sugar/15628

That's a good point. The CI should check that the feature compiles on the stable/beta/all-targets builds though.

Hey @derekdreery, defmt has had a couple of releases since your last comment. Are you still interested in adding defmt support?

Unfortunately there isn't currently a way to scale fonts in e-g, so you'd have to PR that crate as you suggest, or create a new custom font for your use...

Not at the moment unfortunately. e-g only supports on/off transparency, but alpha blending and transparency is a feature I'd like to add.

Well spotted! I've seen it pop up in the dependents list on crates.io. I'd be happy to have it listed in the README and `lib.rs` docs if you want to...

Hi, thanks for the feature request. Similar to #300 and #296, this will require some way of reading existing pixels on a display. We haven't given much thought to this...

I believe it could be added as long as Korean is written left-to-right - we don't currently support RTL text unfortunately. All the builtin fonts are generated from the BDF...

Who'd've thought doing a graphics could be so difficult lol > There is no line join in the center: We're lucky I did all the work for thick polylines!

I was thinking of renaming the crate to `embedded-edgecases-and-rabbit-holes-with-maybe-some-pixels` so it's more accurate. > That should make this much easier. Some of it, hopefully :)