Gordon Williams

Results 234 comments of Gordon Williams

This is the code I've used quite recently to compile C code to something that can be embedded. It worked great for me, and the code mostly comes from EspriunoCompiler....

I'm not aware of anything you can do in hardware to stop charging - that's not to say it's not there, but I never found it. You could try fiddling...

... You could of course have some external hardware if you want to do it. Like you could power the charge cable from a Jolt.js, then advertise on Bluetooth when...

It does seem to be something strange in Layout. I'm looking into it, but right now it seems to be caused by the button label that gets added. If you...

Ok, I've just fixed it, but because we're building Layout in now, you'll need a whole new firmware for this to work :( Short of hard-coding the widths of the...

Yes, as @thyttan says - I added it for exactly this eventuality :)

`FW addr 0x0022bc00 fail` is itself a bit concerning as that means that the Bangle hasn't been able to write to storage, although looking at it, that's probably caused by...

By the way, it's interesting that `splits` has been renamed to `splits_1` and so on. Maybe TypeScript has an option not to do that? It feels needlessly wasteful...

Looks good to me. I don't see anything else that uses 'notify' relies on the values so I think we're good?

Maybe try running `E.getErrorFlags` in the IDE? It might be it's failing because the Bangle is out of memory, but it only tends to report the error to the console...