Open nickrout opened 1 month ago
Great. Thanks.
Let me know how it goes and if you come up with any other cool clock faces!
Thanks, I missed the cairosvg myself, to may be an idea to add it just for emphasis. Entirely up to you of course. The compile message from missing cairosvg is quite different to the compile error for pillow. pillow gives an easy to implement pip install line in the errors. cairosvg missing gives a difficult to decipher error.
The clock is cool, and down to the second with my smart watch. Fun to watch them tick in unison. I like my smart watch face so much I may try to emulate it, but I am no artist!
Do you have a picture of the smart watch?
Sorry for the delay, I was trying to find a pic online, and here we have a pic at last. Its called Trace of Time and is a Oneplus Watch 2 face.
I have been trying to make a black clock face, but there are some oddities
You may notice that the marks at 12, 24, 36 and 48 minutes do not look right (are a little short) and the 0 minute doesn't quite line up.The changes from yours are very minimal, basically changing white to black.
diff sdl-lvgl_elegant_clock.yaml sdl-lvgl_elegant_clock-nick.yaml
202c202,203
< bg_color: White
---
> bg_color: Black
> border_width: 0
210c211
< color: Black
---
> color: White
221c222
< color: Black
---
> color: White
232c233
< color: Black
---
> color: White
243c244
< color: Black
---
> color: White
Needless to say, yours looks fine. Any tips?
Hi Andrew. Just trying your SDL samples on my ubuntu (actually mint) laptop and wanted to make some notes while I remember them, and maye for your benefit in documentation. (1 & 3 are dos matters, 2 looks like an error, although I know you are probably refactoring)
files: [modules/common/color.yaml]
I think that's all.