/GRID v2.6.9 - Release Notes
Improved: Battery indicator
The partial battery segment now uses progressive matrix dithering. Its fill density increases for each percentage point within a 10% range, making values such as 91%, 95%, and 99% visually distinct.
Exact 10% values continue to leave the next segment empty. The existing one-segment-per-percent display for the critical 1-10% range remains unchanged.
/GRID v2.6.8 - Release Notes
Changed: Removed migration support for obsolete saved settings. Incompatible stored settings now fall back to the current defaults.
/GRID v2.6.7 - Release Notes
Fixed: Weather data is now requested immediately when the watchface starts with weather enabled, ensuring the forecast is refreshed after a watch restart.
/GRID v2.6.6 - Release Notes
Fixed: Battery indicator rendering
Battery levels between exact 10% steps now display the next segment in a dimmed state. For example, 99% is shown as nine filled segments and one dimmed segment, while 90% shows nine filled segments and one empty segment.
The battery bar is now cleared and redrawn in a single pass, with every segment rendered as filled, dimmed, or empty. This prevents pixels from a previous battery state from remaining visible.
The existing high-resolution display for the critical 0-10% range remains unchanged, with one segment representing each percentage point.
/GRID v2.6.5 - Release Notes
Improved: Battery indicator
Battery levels between 10% steps now keep the next segment visible in a dimmed state instead of turning it off completely. For example, 99% is shown as nine bright segments and one dim segment.
On Pebble 2 Duo, the partial segment uses a dimmed white pattern. On Pebble Time 2, it uses the current battery indicator color.
/GRID v2.6.4 - Release Notes
Improved: Weather update reliability
Hourly forecast entries are now tracked independently, so missing data for one hour no longer affects the rest of the forecast.
The watchface automatically selects the forecast for the current hour and cycles through all 12 stored entries. If the current entry is unavailable, a new weather update is requested using the configured retry interval.
/GRID v2.6.2 - Release Notes
Improved: Weather update reliability
Weather refresh and retry handling has been simplified. After a valid forecast is successfully applied, the watchface returns to the regular update interval. If an update fails or contains invalid data, it continues retrying at the configured retry interval until a valid forecast is received.
The regular update interval can be set from 1 to 6 hours, while retries can be set from 1 to 30 minutes.
/GRID v2.6.2 - Release Notes
New: Additional weather display modes
Added two new weather display options: Icon + text and Temperature only.
Improved: Weather layout
Weather content is now centred as a single block in all display modes. In Icon + text mode, longer condition descriptions can wrap onto two lines beside the temperature and weather icon.
/GRID v2.6.1 - Release Notes
New: Weather icons
Weather conditions can now be displayed as an icon instead of text. The display mode can be selected in the watchface settings: Text or Icon.
The icon mode keeps the weather row compact while preserving the temperature display. Weather data is still normalised by PebbleKit JS before being sent to the watch, so the watchface remains independent of the selected weather provider.
Weather icons are provided by Weather Icons by Erik Flowers and are used under the SIL Open Font License 1.1.
/GRID v2.6 - Release Notes
New: Configurable weather forecast
Added an optional hourly weather forecast displayed between the time and date. The watchface stores up to 12 forecast slots and automatically selects the one matching the current time.
The initial provider is Open-Meteo. New weather settings include:
- Enable or disable weather
- Select the weather provider
- Set the refresh interval
- Set the retry interval after a failed request
/GRID v2.5 - Release Notes
Improved: Add settings.
Now it's possible to change the duration of the glance screen after the user flicks the wrist.
/GRID v2.4 - Release Notes
Improved: Battery level indication
The battery indicator on Pebble Time 2 now changes colour according to the remaining charge:
- Cyan above 30%
- Green from 21% to 30%
- Yellow from 16% to 20%
- Orange from 11% to 15%
- Red at 10% and below
Improved: Low-charge segment accuracy
At 10% charge and below, each of the ten battery cells represents exactly 1% of the remaining charge. For example, 10% fills all ten cells, while 5% fills five cells.
Above 10%, the battery bar retains its standard scale, where each cell represents 10%. The updated segment behaviour applies to both Pebble Time 2 and Pebble 2 Duo.
/GRID v2.3.3 - Release Notes
REVERT: Tap events are not handled as expected. Changes have been reverted back to v2.3 state.
/GRID v2.3.2 - Release Notes
New: Activate the Doppler animation and full glance display with a double tap on the watch glass. A short haptic pulse and the backlight confirm the action.
This interaction replaces touch-and-hold because Pebble’s TouchService is currently unavailable to watchfaces. Double-tap detection uses the accelerometer instead, allowing GRID to remain a native watchface while providing a deliberate alternative to the wrist-flick gesture.
/GRID v2.3.1 - Release Notes
New: Activate the Doppler animation and full glance display by touching and holding the screen for two seconds. A short haptic pulse and the backlight confirm the action.
/GRID v2.3 - Release Notes
Improved: Set the screen delay after the animation from 10 to 7 seconds
/GRID v2.2.1 - Release Notes
Improved: Extend the screen delay after the animation from 5 to 10 seconds.
/GRID v2.2 - Release Notes
New: Sleep statistics
Sleep duration is now shown in the glance view. If no data is available, the watchface displays --.
Improved: Health updates
Steps, calories, distance, heart rate, and sleep are now updated through Pebble Health events and cached in the watchface state.
Fixed: Smoother Doppler animation
Health data is no longer read during the gesture or animation path, reducing delays and occasional animation stalls.
/GRID v2.1 - Release Notes
Improved: Data aquisition
Health data is acquired through health events, but the update mechanism remains unchanged. On watch flick, the user will see recent data, while in idle mode, only time is displayed.
/GRID v2.0 - Release Notes
Improved: Battery consumption
By default, only the time is displayed and updated. Health, battery, and date data are refreshed on a watch flick, followed by a new full-screen Doppler effect and the complete watchface display for five seconds.
/GRID v1.6 - Release Notes
Improved: Battery consumption
Update the health/doppler effect on the watch flick. By default, only the time/battery status will be updated.
/GRID v1.5 - Release Notes
Improved: Battery consumption
Removed BT indicator since Bluetooth status also requires subscription to connectivity events, and this reduces the charge.
/GRID v1.4 - Release Notes
Improved: Battery consumption
Should make fewer calls to the callbacks. The screen will be updated every minute instead.
/GRID v1.3 - Release Notes
Improved: Time display
The time digits now use a larger font for better readability. Font sizing and layout have also been refined specifically for Pebble 2 Duo.
Fixed: Interface colors for Pebble 2 Duo
Corrected several interface colors to ensure the watchface is displayed as intended.
/GRID v1.2 - Release Notes
Improved: Battery percentage indicator
The remaining battery charge is now displayed as a percentage to the right of the battery line, making it easier to check at a glance.
/GRID v1.1 - Release Notes
New: Pebble 2 Duo support
The watchface now runs on Pebble 2 Duo (flint, 144x168). Layout scales proportionally to screen height - all elements reposition automatically. On the smaller screen the bottom scanline grid is hidden to free up space for the health row.
The heart rate cell (BPM) is not shown on Pebble 2 Duo as it has no optical HR sensor. The health row shows three cells instead of four: STP / CAL / KM.
Improved: AM/PM indicator
In 12-hour mode the AM/PM indicator now shows both labels simultaneously. The active period is bright cyan, the inactive one is barely visible - acting as a passive indicator rather than plain text. The block is vertically centred alongside the time digits.
//GRID v1.0 - Release Notes
Initial release.
- LCD segment time display using LECO_38_BOLD_NUMBERS;
- 12h / 24h format with automatic AM/PM indicator;
- Date in [FRI 04 APR] bracket notation;
- Health row: steps, heart rate (BPM), active calories, distance (km);
- Doppler shockwave animation on minute change - three expanding wave rings with brightness decay;
- Segmented battery indicator (10 cells, turns red below 20%);
- Bluetooth status label above battery - bright when connected, dim when not;
- Decorative scanline grids top and bottom;
- Pebble Time 2 (emery, 200×228) exclusive.