-
• #52
Pretty cool!
-
• #53
I've uploaded Nerdic binary watch to my github App Loader https://markmal.github.io/BangleApps/#nerdic
You can try it from there.
I need to find out how to merge it to main App Loader.Note1: double-tap to see decimal time hint
Note2: "Try in emulator" works for the main app. But unfortunately it does not load settings. -
• #54
nm
-
• #55
what is your watch? I have B2. Hint is fine there. No garbage.
I'll try to simulate in B1 emulator.
All sizes currently are adjusting to display resolution automatically.
I'll think on the locked update frequency. But even without this optimization my watch runs for days. -
• #56
nm
-
• #57
Hi andiohn,
I have top and bottom widgets. (Bottom one draws garbage in main menu. But this is issue with menu).
The application draws up and down from center. So it is kind of widget agnostic.
I'll make it bigger right to the side edges.
ALso I'll make "hide seconds" feature. -
• #58
Nm
-
• #59
I saw the time at the bottom get half cut off at one point. Can't reproduce now, otherwise would send a screenshot.
-
• #60
Ya, that's what I'm getting too.
-
• #61
I cannot reproduce it.
hmm .... may be it is after installation, when there is no settings file yet. I'll check. -
• #62
-
• #63
Nm
-
• #64
nm
-
• #65
Cool! There are a lot of interesting watchfaces on Pebble!
-
• #66
here you go. Left it running for 30 minues.
Also does not look like it has an icon for the launcher.
2 Attachments
-
• #67
nm
-
• #68
Wow, that one is impressive!
-
• #69
I see. it is weird issue. Need to take a look ...
Same weird is with the icon. Should icon data be 46 x 46? -
• #70
Should icon data be 46 x 46?
48x48
-
• #71
oh, I see ...
-
• #72
I've modified the app:
- seconds can be set to show: 0-never, 1-when unlocked, 2-always (default)
- app icon shows up in menu (it was 1-bit B/W, had to make it RGB)
- decimal time hint set to be black digits on white background. This can overlap with bottom widgets. Sometimes widgets may draw on top of the hint. I take it as ok-ish, because next second the hint will be repainted by the app again. But if you know how to stop bottom widgets to draw please let me know.
Also they draw in main menu mode, and leave artefacts when menu is scrolled.
https://markmal.github.io/BangleApps/#nerdic
I cannot reproduce the issue with hint artefact. This is the code. Vars T SW,SH
There are couple of global vars (defined as `var T=0;' for example) have simple names like T, W etc. Can it be that same vars are used by widgets or menu, or any other program? Should I make sure my global variable names are unique in entire environment? - seconds can be set to show: 0-never, 1-when unlocked, 2-always (default)
-
• #73
nm
-
• #74
- issue confirmed
- Yes the hint box is white, font is black. I cannot reproduce issue with covering seconds row. What version of firmware do you have? Mine is 2.11.
- issue confirmed
- issue confirmed
-
• #75
nm
Close to LARS clock