Skip to content

Add 2x (128×64) support to Count Up Clock and Passover - #576

Merged
tavdog merged 3 commits into
tronbyt:mainfrom
jvivona:clocks-2x
Jul 6, 2026
Merged

Add 2x (128×64) support to Count Up Clock and Passover#576
tavdog merged 3 commits into
tronbyt:mainfrom
jvivona:clocks-2x

Conversation

@jvivona

@jvivona jvivona commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Adds 2x (128×64) display support to two of my apps. Both keep their existing 1x (64×32) layouts byte-for-byte and branch on canvas.is2x(); pixlet check passes for both.

Count Up Clock

  • At 2x the taller canvas is split into two equal halves — the title in one, the day/hour/minute counts in the other — each vertically centered.
  • The title is enlarged (6x13) and word-wrapped to at most 2 lines (ellipsis when longer).
  • Hours and minutes render as their own static lines instead of the 1x fading marquee (there's room for both at 2x).

Passover

  • All three screens (countdown, during-Passover, default) gain a gold Star of David hero beside the Hebrew word, flanked by a Kiddush wine cup (small embedded PNG sprites).
  • The countdown is expanded with a centered date block beneath the day count — full weekday, month/day, and year (e.g. Thursday / April 22 / 2027).
  • Also adds the two preview images the app previously shipped without.

Screens

Rendered at 2x with the tronbyt pixlet build (-2). 1x paths are unchanged.

🤖 Generated with Claude Code

jvivona and others added 3 commits July 6, 2026 15:53
At 2x the taller canvas is split into two equal halves: the title in
one and the day/hour/minute counts in the other, each vertically
centered. The title is enlarged (6x13) and word-wrapped to at most 2
lines (ellipsis if longer), and hours/minutes render as their own
static lines instead of the fading marquee. 1x layout is unchanged.
Adds supports2x to the manifest and regenerates both previews.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
At 2x, all three screens (countdown, during-Passover, default) gain a
gold Star of David hero beside the Hebrew word, flanked by a Kiddush
wine cup. The countdown is expanded with a centered date block showing
the full weekday, the month/day, and the year (e.g. "Thursday / Apr 22
/ 2027") beneath the day count. 1x layout is unchanged. Adds supports2x
to the manifest and both preview images (the app previously shipped
none).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jvivona
jvivona marked this pull request as ready for review July 6, 2026 20:03
@jvivona
jvivona requested a review from tavdog as a code owner July 6, 2026 20:03
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Warning

Gemini encountered an error creating the review. You can try again by commenting /gemini review.

@tavdog
tavdog merged commit 8383fd7 into tronbyt:main Jul 6, 2026
@jvivona
jvivona deleted the clocks-2x branch July 7, 2026 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants