Conversation
To indicate whether anything updated
|
Corresponding discussion #2317 |
|
Build size and comparison to main:
|
the Flower module a bit)
|
Added a couple extra commits for clang-format results. Side note: is there a way to run those same checks locally? It looks like the |
|
Yeah you should be able to run You will need to set the driver path for the clangd extension to work properly, but if you want to run clang-tidy on a specific file you can use the invocation in the comments of #2139. It's pretty slow though - the caching clangd engine is much faster |
|
Oh, and you might also want to enable the pre-commit hook that automatically runs clang-format when you commit |
This is a new watch face that creates a "garden" that grows throughout the day. The flowers are different every day (chosen using a PRNG, so they're still deterministic). It's based on the Digital watch face, and includes all the same information.
There are four commits here:
StatusIcons::Updatemethod. This is because I wanted to put the notification icon next to the status icons, and wanted to know when we need to calllv_obj_realignon it (i.e. when the status icons have changed). This seems to fit with the overall approach, and shouldn't impact any existing code.