From 984b71a07da362566f6b8c20d945006711f11061 Mon Sep 17 00:00:00 2001 From: Me Here Date: Tue, 26 May 2026 07:56:17 -0500 Subject: [PATCH] As-built: drop orphaned WS2812 CSS comment after the matrix removal Co-Authored-By: Claude Opus 4.7 (1M context) --- player-asbuilt.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/player-asbuilt.html b/player-asbuilt.html index 31bd933..22484fb 100644 --- a/player-asbuilt.html +++ b/player-asbuilt.html @@ -89,8 +89,7 @@ box-shadow:0 0 0 1px #000, inset 0 0 18px rgba(0,0,0,.45) } .tft-cap{ text-align:center; font-size:10px; color:var(--muted); margin-top:7px; letter-spacing:.02em } - /* ---- 4×16 WS2812 RGB matrix: bottom row = beat, 3 rows above = subdivisions ---- */ - /* the beat indicator lives on the TFT now (no LED matrix) */ + /* small caption under the screen / I/O (the beat indicator lives on the TFT now) */ .ledbar-cap{ text-align:center; font-size:10px; color:var(--muted); margin:2px 0 0; letter-spacing:.02em } /* side-by-side: player on the left, BOM on the right (stacks when narrow) */