From e8c613e3e4c76fe74a96943e4f76a83c4365aa4e Mon Sep 17 00:00:00 2001 From: Me Here Date: Tue, 26 May 2026 08:55:52 -0500 Subject: [PATCH] As-built: drop back view; inch dims on front+top (same width); TFT shows all lanes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Removed the PCB back view (BOM stays in the right column). - Front and top views now share a left dimension gutter, so they're the same width and aligned, and carry inch dimensions: front 4.7 × 5.5 in (120 × 140 mm), top-edge thickness ≈ 1.8 in (45 mm), width 4.7 in below. - Reworked the TFT to use the empty space: tempo with the item name beside it, bar/beat at the bottom, and — filling the middle — ALL meter lanes drawn as rows of step pads (subdivisions, accent/normal/ghost/mute, amber beat ticks, per-lane playhead). Replaces the single beat-dots row. Co-Authored-By: Claude Opus 4.7 (1M context) --- player-asbuilt.html | 173 ++++++++++++++++++-------------------------- 1 file changed, 71 insertions(+), 102 deletions(-) diff --git a/player-asbuilt.html b/player-asbuilt.html index 5070947..86574e7 100644 --- a/player-asbuilt.html +++ b/player-asbuilt.html @@ -10,8 +10,8 @@ parts you'd actually solder for an RP2040 build — • a 2.0″ 320×240 colour IPS TFT (ST7789, e.g. Pimoroni Pico Display 2.0): the upgrade from the cramped 128×64 mono OLED — full colour, smooth type, - hi-DPI. It also draws the beat indicator itself — a row of beat dots with - the current beat's subdivisions below — so there's no separate LED bar; + hi-DPI. It also draws all lane patterns (each lane's steps — accent / + normal / ghost / mute — with the playhead), so there's no separate LED bar; • controls: a big PLAY up top (a plain arcade button — it does NOT change while playing; the screen shows transport state; an illuminated/RGB arcade button could reflect it), then a row of PREV (far left), a recessed @@ -24,8 +24,8 @@ amp + speaker. Powered from a standard 9 V DC pedal jack (2.1 mm centre- negative, pedalboard-friendly) or USB-C (also carries config), in a brushed aluminium / stainless enclosure. - Beside the device: a top-edge view, a back view (PCB + components) and a bill of - materials. Overall ≈ 4.7 × 5.5 × 1.8 in (120 × 140 × 45 mm). + Beside the device: a top-edge view and a bill of materials. The front and top + views carry inch dimensions (≈ 4.7 × 5.5 × 1.8 in / 120 × 140 × 45 mm). Compare with the idealized /player.html. One file, no deps; shares src/engine.js. -->