Jeff McBride

Results 5 issues of Jeff McBride

Hey want to solicit thoughts on this change, or something like it, @TomSaw, @salkinium. The [ILI9341](https://github.com/modm-io/modm/blob/develop/src/modm/driver/display/ili9341.hpp#L283) driver offers a drawBitmap method, which can take a an Rgb565 bitmap as input,...

enhancement 🌈

## Relevant Versions embassy-net = 0.4.0 embassy-stm32 = 0.1.0 chip = stm32h725zg ## Observation UDP packets destined to multicast address 224.0.0.1 or another 224.0.0.x address registered via [`join_multicast_group`](https://docs.embassy.dev/embassy-net/git/default/struct.Stack.html#method.join_multicast_group) are never...

This pull requests allows set_geo and get_geo to set/get the GPSAltitude tag as well at the lat/lng. Unfortunately, this is not backwards compatible, because get_geo now returns a 3-tuple instead...

I'm attempting to use a periodic timer using the HAL Timer driver, on an stm32f031, and have hit a limitation. I can instantiate it and use the driver to setup...

Created based on feedback in Issue #3 Sometimes, when using the script with kicad nightly, it would fail with `TypeError: in method 'FOOTPRINT_SetPosition', argument 2 of type 'VECTOR2I const &'....