From efd6765c4c61eec82de208777ff7871ea53c8181 Mon Sep 17 00:00:00 2001 From: David Montero Crespo Date: Fri, 31 Jul 2026 08:21:58 +0200 Subject: [PATCH] ui(examples): reSpeaker gallery glyph matches the new vertical board art --- .../examples/InlineComponentSVGs.tsx | 33 +++++++++++-------- 1 file changed, 20 insertions(+), 13 deletions(-) diff --git a/frontend/src/components/examples/InlineComponentSVGs.tsx b/frontend/src/components/examples/InlineComponentSVGs.tsx index 01486b16..dd517cfb 100644 --- a/frontend/src/components/examples/InlineComponentSVGs.tsx +++ b/frontend/src/components/examples/InlineComponentSVGs.tsx @@ -447,26 +447,33 @@ const EPaperGlyph: React.FC = ({ w, h }) => { ); }; -// ── reSpeaker Lite (dual-mic array board) — flat glyph for gallery cards ──── +// ── reSpeaker Lite (dual-mic XIAO-socket board) — flat glyph for cards ────── const RespeakerLite = () => ( - - - - - - - - XU316 - - - ReSpeaker Lite + + + + {[0, 1, 2, 3, 4, 5, 6].map((i) => ( + + + + + ))} + + + + + + ReSpeaker + + + ); export const INLINE_SVGS: Record = { // Audio front-ends - 'respeaker-lite': { component: RespeakerLite, w: 240, h: 100 }, + 'respeaker-lite': { component: RespeakerLite, w: 150, h: 320 }, // BJTs 'wokwi-bjt-2n2222': { component: BjtNpn, w: 72, h: 72 }, 'wokwi-bjt-2n3904': { component: BjtNpn, w: 72, h: 72 },