simonmicro
simonmicro
@Lorenzosciacca I think this is a GREAT idea and - from the looks - beautiful implementation! I think using openweather is OK, as e.g. https://github.com/sqfmi/Watchy/blob/5690db077f5c99c7823cb652009bc260605b231f/examples/WatchFaces/7_SEG/settings.h#L6 is also doing that. I'm...
Okay. Let's introduce semver! We could add a `CHANGELOG.md` and call our current `master` `1.0.0`. So, when merging into `master`, the devs also have to parse the commits into a...
Okay, the current "policy" is that we tag our `master` on updates and create a respective release on GitHub. I know this is not a `CHANGELOG.md`, but I feel this...
Yes, this is known... Thanks for the report - will be fixed soon :tm:
Are there any class hierarchy ideas already? As far as I see there is only the `Graphics2DPrint`, which just extends the `ArduinoGraphics2DCanvas` by the text functionalities? So what about some...
Okay, before we dive further into the implementation lets establish some ground "rules"/concepts I would like to follow: * The UI & layouts should be only configured on loading the...
> I do however not really get how u propose to build it. Ouch - give me a hint where I lost you :grinning: . I plan to use as...
Currently I / we work on the finalization of #54, then I plan to work on #77. @uvwxy will work on other stuff (two services). I _then_ plan to look...
Hey, nice seeing you guys working on this! But I would like to add an other thought to the discussion: _Please_ be more static! Our RAM (Heap&Stack) is not big...
NP! :grinning: A "static" implementation would require you to specify during compile-time what the layers size is, also you would fill such a layer with its constructor and then never...