James Waples

Results 103 comments of James Waples

STM32H7B3I-DK looks good as it has some more graphics hardware which might help guide some e-g development. Let's go with that and I'll reimburse you :). I think it makes...

> Some modules also have an address selection resistor. That's true. If the addresses don't work or overlap, I was thinking of using either jumpers or, if signal integrity is...

This is trickier than I first thought so I've unassigned myself if someone else wants to take a look.

Note: https://github.com/jamwaffles/embedded-graphics/pull/431#discussion_r471510430 Remember to fix styled bounding box for arc/sector also.

I'd be very happy if someone else wanted to take a look at fixing this. I did a quick skim of my PR and it's so out of date I...

`Line::polar` (or `Line::new_polar`) might be useful too

It would, but the behaviour and structure is exactly the same, so it would only really be a type alias. `Point` makes more sense in most other areas of e-g...

I'm extending this issue to all primitives. e-g needs support for alpha blending (cc #296) before this issue can be started on as well.

[`sd`](https://crates.io/crates/sd) may be an option for replacing `sed`. Aside from that, I think it would take quite a bit of work to make the build platform agnostic, but it would...

Apologies, was running through things in a couple of spare minutes I had and didn't take the time to reason about the closures. For the avoidance of doubt, your contributions...