-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please support aplite platform (Pebble Steel, firmware 3.12) #1
Comments
Yes Aplite version is currently not supported with this version. The TimeStyle Pebble source code for aplite is manage totally separately than others pebble watch version. I must have a look on this specific aplite source code to see how many differences there is with the new version and if I can easily integrate my new code. |
Aplite platform is now included in 0.9.0 version. You can download it here : https://github.com/plarus/TimeStyleBBPebble/releases/tag/0.9.0 |
Thanks! Installed 0.9.0, and found two different from the screenshot here:
See the following, the right one was taken by me: |
The classic pebble watches have various limitation. So I had to made simplification on my implementation:
|
I just published a new version. |
@plarus Yeah, moving to FCTX was what forced me to separate out the Aplite codebase unfortunately |
Yes that is what I have supposed.
|
I made the 2 following optimizations:
But still not enough RAM to use FCTX on APlite... |
@azuwis: can you test this version (timestyle-bb-pebble 1.1.1_DRAFT_aplite_20180311.zip)? This version know use FCTX as all modern pebble! |
timestyle-bb-pebble 1.1.1_DRAFT_aplite_20180311.zip works pretty well on Pebble Steel.
It may be a problem of GadgetBridge, not TimeStyleBB's fault. |
Good news! |
I get the same result on the simulator. If the total height of your 3 widgets is too high to be displayed ==> The middle widget is hidden.
It is not a new feature. You should get the same result with older version. |
Is this functionality only available on TimeStyleBB? Because on the original TimeStyle, I can get One thing I notice is that on the original TimeStyle, month is missing on the |
This functionality is from orignal timestyle application but was only available for modern Pebble version.
=> So in your case: With the 142 threshold => compact mode is always too big for the 3 widgets display. So i should set the threshold to 149.
With the compact padding we now have 157 pixels (168 - 4*2 - 3) for widgets display. Currently enough for all situation. |
Tried to install
timestyle-bb-pebble.0.8.1_20171015.pbw
using GadgetBridge on my Pebble Steel(firmware 3.12), and got:Compare to original TimeStyle pbw file from Pebble appstore, and find the following files are missing in the pbw archive:
Please support the aplite platform.
The text was updated successfully, but these errors were encountered: