Skip to content

History

Revisions

  • Refresh dual-surface sampler screenshots: views now use the full panel height (2.10.0-beta.15)

    @avandeputte avandeputte committed Jul 23, 2026
    7beca22
  • Merge Overview→Dashboard and HA Dashboard→Home Assistant in docs; refresh screenshots

    @avandeputte avandeputte committed Jul 23, 2026
    8c0df15
  • Every functional app is dual-surface: matrix views for all 43 apps + screenshots; toggle now matrix-only at top of settings

    @avandeputte avandeputte committed Jul 23, 2026
    1b6aaad
  • Writing-Apps §7: rewrite the multi-surface model — manifest surfaces[] + fetch/fetch_matrix entry points (replaces surface:canvas, canvas_view, the fetch(canvas=) branch)

    @avandeputte avandeputte committed Jul 23, 2026
    f09a89d
  • Holidays panel screenshot: black background to match 2.10.0-beta.4

    @avandeputte avandeputte committed Jul 23, 2026
    d99587f
  • Dual-view apps: document canvas_view + the matrix_view toggle (Writing-Apps §7); fold World Time/Countdown Bars into World Clock/Countdown as dual-view + add Public Holidays desk-calendar panel view (Built-in-Apps, Matrix-Gateway)

    @avandeputte avandeputte committed Jul 23, 2026
    dc6fb14
  • v3.3.0: PSRAM network buffers, trough class ended

    @avandeputte avandeputte committed Jul 22, 2026
    132f2ee
  • Matrix gateway v3.2.0: canvas stream channel, SSE status, glyph blitter, gzipped dashboard

    @avandeputte avandeputte committed Jul 22, 2026
    427bff5
  • Writing-Apps: Aquarium is an op-drawing app (sprites), not Pillow frame()

    Alex Van de Putte committed Jul 22, 2026
    2beb403
  • Docs update for companion 2.9.x: quiz app type, channels/quizzes on the Matrix panel (canvas_art + Show on Matrix toggle), new apps (Stock Graph, Movie Quotes, Weather Panel, Scoreboard, HA Dashboard, Aquarium), firmware 3.1 delta frames + named atlases, smart-refresh cadence; new panel screenshots

    Alex Van de Putte committed Jul 22, 2026
    1967e10
  • Matrix Gateway 3.1: multi-rect delta endpoint

    @avandeputte avandeputte committed Jul 21, 2026
    2413ab4
  • Matrix Gateway 3.1: named persistent atlas library (bind op, save/delete/list, LRU + lazy load)

    @avandeputte avandeputte committed Jul 20, 2026
    9bbbaca
  • Matrix Gateway 3.0/3.0.1: SSE events, display-state mode+flaps, MQTT/HA removal, QOI transitions, UTF-8 text, ops throughput; document the v2.2 files/brightness/reboot surface

    @avandeputte avandeputte committed Jul 19, 2026
    8d1033a
  • Matrix Gateway v3.0: native esp_http_server, SSE live preview, raw-body uploads, MQTT/HA removed

    @avandeputte avandeputte committed Jul 19, 2026
    ab41906
  • Canvas: document fw 2.1 — animation/font libraries, boot animation, overlay ticker, transitions, sprite atlas, GIF import

    @avandeputte avandeputte committed Jul 18, 2026
    0ded6d7
  • Matrix gateway: v2.0.0 — Waveshare ESP32-S3-RGB-Matrix board (was Adafruit MatrixPortal S3)

    @avandeputte avandeputte committed Jul 18, 2026
    d6f6722
  • Built-in Apps: add a canvas-app gallery (rendered on a 128×64 panel, NYC data) Real frames from Lumina Clock, Weather Sky, Overview, World Time, Date Card, Countdown Bars and Image, captured on a Matrix wall with New York as the location.

    Alex Van de Putte committed Jul 18, 2026
    3cf4a44
  • Wiki: two more present-tense phrasing fixes (old-gateway fallback, HA icon note)

    Alex Van de Putte committed Jul 18, 2026
    6987f13
  • Wiki: rewrite backward-looking phrasing in present tense Drop 'as it always did / was', 'no longer', 'it did not always work that way' and similar comparisons to prior behaviour — they only make sense to readers who saw earlier versions. State the current behaviour as simply how it works.

    Alex Van de Putte committed Jul 18, 2026
    1540b8e
  • Canvas: document the v1.25 ops (line/circle/ellipse/triangle/roundrect/gradient/polyline/image/scroll + text align)

    Alex Van de Putte committed Jul 18, 2026
    f5dc9bb
  • Refresh Companion screenshots: dark theme, current UI (2.8.0) Real captures with fake data (Word Clock at four o'clock across both walls, DINNER AT 7 in Compose, a Morning playlist). Same 2560x1760 framing as before.

    Alex Van de Putte committed Jul 18, 2026
    5b9f5fe
  • Matrix Gateway + canvas: bring the wiki up to firmware 1.24 / companion 2.8 - New Canvas API page (full /api/canvas/* reference) + sidebar entry. - Gateway-API: Matrix send paths are /api/frames/* (not /api/rs485/*); module rows are {id, flapIndex, flapChar}; MQTT frames/tx + frames/send, rx removed; maintenance is SplitFlap-only; panel.depth in status; canvas/effects/effectParams in capabilities; features list corrected. - Matrix-Gateway: frames are one-way (no v/A queries, no replies, no serials); no module registry; canvas section rewritten to point at the Canvas page; bit-depth auto-clamp note for large panels. - Built-in-Apps / Writing-Apps: six effects with hue/density, new Animation and Ticker apps, QOI, and the canvas helper's ticker/anim/paste methods. RS-485 SplitFlap Gateway content left unchanged (correct as-is).

    Alex Van de Putte committed Jul 18, 2026
    544ce10
  • Big-panel apps: Overview (new), Weather Sky / Date Card big-panel layouts, denser flap Dashboard

    @avandeputte avandeputte committed Jul 17, 2026
    1cb6ae7
  • Remove News Ticker (deleted: HTTP frame-push can't scroll smoothly)

    @avandeputte avandeputte committed Jul 17, 2026
    a345697
  • World Time: dark high-contrast rows, city read in full, no sun/moon icon

    @avandeputte avandeputte committed Jul 17, 2026
    a7c5b9a
  • Canvas apps: Lumina Clock (rename), Weather Sky v2, + News Ticker / Date Card / World Time / Countdown Bars; document the rich-render helpers

    @avandeputte avandeputte committed Jul 17, 2026
    5a1eec2
  • Canvas clock: replace Analog Clock with Aurora Clock (time as flowing colour)

    @avandeputte avandeputte committed Jul 17, 2026
    4525893
  • Built-in Apps: add Weather Sky (canvas)

    @avandeputte avandeputte committed Jul 17, 2026
    3c4e45a
  • Canvas capability: drawing apps, on-device effects, and image push Writing-Apps §7 (canvas apps: surface:canvas, the canvas helper, lifecycle), Built-in-Apps (Effects / Analog Clock / Image), Matrix-Gateway (the panel as a raw canvas). Cross-checked against the firmware openapi + web.cpp.

    @avandeputte avandeputte committed Jul 17, 2026
    d569296
  • Writing-Apps: the groups channel format (you write text, the engine wraps; grouping is structural)

    @avandeputte avandeputte committed Jul 16, 2026
    fabd01c