Ron Evans

Results 827 comments of Ron Evans

Closing as completed in the most recent release. Thank you!

@JohnTrunix can you please make sure to add both an example for use and smoke test for this new device? Thank you!

It is probably too large to work on an Arduino Uno. Try switching to a different board for the smoke test.

Or just avoid using `fmt` package and use simpler `println()` function to avoid needed to use reflection.

The Arduino Uno has so little RAM that reflection is too big for it. Solution: don't use `fmt`.

@JohnTrunix have you received the physical sensor for testing yet?

Thanks @JohnTrunix looking forward to when you get this working.

Sounds great @SoleimanyBen let us know here how we can help!

Perhaps this would be better off in the https://github.com/tinygo-org/tinygba repo?

> I could also make a PR to the tinygba repo with the display, if you like? It seems like a useful thing for people to be able to find,...