Daniel Thompson
Daniel Thompson
> Maybe there could be a way to tell if an app is launched from the launcher or from the quick ring That would work for me. I think `self...
> A rough idea based on watching pretty graphs of me walking I'd recommend writing a (throwaway) python script that captures the data (at whatever sample rate your research to...
BTW you can, of course, also add data logging to an app instead of as a script but only if you are entirely confident the screen redraws don't interfere with...
This tools seems to be somewhat aggressive in recommending changes, including changes I don't recognised from the PEP. What tool was used for this and how was it configured?
Simplest way to avoid the failing check would be to move the app to the apps/ directory (e.g. enable it by default only on the simulator) and then, if you...
That would be great. I can't remember where this is written down most lucidly but, with wasp-os, I don't want to distract attention from the micropython upstream. Therefore I usually...
Touch events are never delivered directly to widgets. They are delivered to applications and the app must check if the touch event hits the button. See https://github.com/daniel-thompson/wasp-os/blob/b8a50db03c1f7655b846c59d6903e27d54bd82ae/wasp/apps/disaBLE.py#L55 for an example.
The version of Infinitime is unlikely to make any difference. Once you have the white pinecone then the watch doesn't have infinitime on it anymore! Disconnection problems can often be...
> Would it be possible to implement it? It would be great to have somebody implement this but I don't think it will be easy, if only because this is...
I doubt a P8b has a BMA421. AFAIK any P8 with magnetic charging does not have a BMA421. In both cases you can instrument the drivers since I think both...