Aaron Mavrinac

Results 10 comments of Aaron Mavrinac

This is still an issue now that `SceneTriangle` has been removed; objects without primitives have nothing to click on.

This seems to be a bug related to the non-scheduled capture and tweet for when the delta is less than half a second. ``` [2021-07-20 09:52:53.992198] SOME DEVIL: ship in...

Seems to be an issue in the event scheduler; the workaround in 872025fbf68ab1d8e76ab7c63e6444053a16898a should be sufficient for now as long as the first scheduled shot is in the correct position.

What module are you using as a gate source? I just checked this with a 0V/5V gate source and it works exactly as expected: the direction is reversed only when...

I've noticed some (intermittent?) issues with the encoder as well, in terms of getting a 1:1 between the physical detents and the value changes when you're just trying to move...

Could potentially be solved by porting everything to [U8g2](https://github.com/olikraus/u8g2).

Confirmed today that this allows me to use @jblang's ColecoVision CP/M loader. (Still have no color video per #13, audio sounds like trash for as-yet unknown reasons, and I have...

This just looks like the raw NMEA data, so if this is what you want, we could stream the raw serial output of the module directly into a file. The...

There is an open PR #3 for this.

In #5 I added an automatic build workflow so there should always be an updated binary available once that is merged.