Closed tstellanova closed 4 years ago
I believe I included most of @therealprof changes from #1 but also:
@tstellanova I've an update to the display-interface sitting around for a while now which I'm hoping to release very soon now. It changes a few aspects of the interface and will interfere with this PR. If you'd like have a look and do some changes I can prepare a branch with it.
@therealprof Sounds good, I’d love to take a look. This PR is part of a PineTime bootstrap effort.
@tstellanova https://crates.io/crates/display-interface 0.2.0 released and https://github.com/almindor/st7789/pull/1 updated accordingly.
I've just released 0.2.3 with the new clear()
as "last before display interface" version. Will review/test this tonight or tomorrow hopefully and merge in. Thanks!
Thank you both! This is great.
Borrow delay source rather than taking ownership of it
That's awesome, fixes one of the annoyances I had when working with this lib on RTFM. (It could be worked around by using a timer based delay source though.)
This PR is part of a PineTime bootstrap effort.
@tstellanova: Where are these efforts happening? My work is happening here: https://github.com/dbrgn/pinetime-rtfm/ I'd be happy to join forces.
Borrow delay source rather than taking ownership of it
That's awesome, fixes one of the annoyances I had when working with this lib on RTFM. (It could be worked around by using a timer based delay source though.)
This PR is part of a PineTime bootstrap effort.
@tstellanova: Where are these efforts happening? My work is happening here: https://github.com/dbrgn/pinetime-rtfm/ I'd be happy to join forces.
@dbrgn In a few different places. I've mostly been focused on embedded-HAL drivers for supporting the various sensors and such on the PineTime, and have built a bare metal application to test out the drivers. I've also been supporting Jay Kickliter and friends who are working on a port of Tock OS to this hardware.