Gordon Williams

Results 234 comments of Gordon Williams

Hi, yes - the default interval is 375ms which seems to be a reasonable compromise for most cases giving ~1 year of battery life, and since the Puck is alternating...

How would that work? The gallery works off a bare webserver, which usually doesn't provide a delete option itself for any of the files on it. I fancied having a...

There's a function called `getNiceName`: https://github.com/gfwilliams/ThinGallery/blob/master/gallery.html#L317 I reckon if you add something to the end of that: ``` // Make a displayable name from the URL function getNiceName(href) { var...

Thanks, that sounds like a good plan. Any chance you could contribute a change for it?

Thanks - overwriting `Bangle.setLCDOverlay` in #3394 seems a bit hacky - but I'll post on there about it. Rather than hacking around this, maybe it's best if we just make...

Ok, well, it saves me work if you don't want multiple overlays :) **I guess I'm a bit concerned that `Bangle.setLCDOverlay` was intended as a way for us to to...

[miseler](https://github.com/miseler) yes, it's definitely something that'd be pretty easy to add with setLCDOverlay right now. It could be a pretty simple app to add.

Ok, cool - before I do this can you think if there's anything in that 5% that's going to be a nightmare? To try and make this backwards compatible, I...

That sounds like a good plan, yes. However I'm planning on releasing a 2v22 firmware pretty soon, so in a way if I'm going to do it I'd rather get...

Thanks - good point. Maybe we just don't call it if we're updating the overlay - and I'll change it to `remove` - I guess nobody has started using it...