Results 228 comments of Avamander

I suspect there's some kind of SPI bus misconfiguration, you can read about the different bus configuration possibilities here https://arduino.stackexchange.com/a/13092/11529 but I don't have a Jetson to provide you sample...

The mode Arduinos use for SPI is MODE0 (because the SPI bus is configured by the library): Mode | Clock Polarity (CPOL) | Clock Phase (CPHA) | Output Edge |...

Hmm, I wasn't familiar with it. I guess a really minimal example and a link to the BTLE library would be the best solution. Just to show what can be...

I let the CI to run, so people can potentially use those builds to test.

BMP as a format is out of the question because it's very incompatible with our hardware limitations.

@Danimations anything that follows the requirements specified here: https://docs.lvgl.io/latest/en/html/overview/image.html#image-decoder

@infinitytec wait for the Gadgetbridge changelog to say that it has added support for it. InfiniTime and Gadgetbridge are two separate projects.

> QR codes i want to have on my watch: GPG pubkey and WiFi password for me :) I wouldn't increase the scope of this PR and some kind of...

> Needs to add a doc file and add the service UUID to BLE docs I think a barebones one for now is fine. It's much easier to update and...