fix: make Display 10 FHD mechanical drawing visible (white background) - #2098
Merged
Milir-Radxa merged 1 commit intoSep 7, 2026
Conversation
The mechanical specification image (display_10_fhd_01.webp) on the Display 10 FHD product page is a black-on-transparent PNG-style export: all RGB channels are black and the drawing only exists in the alpha channel. Rendered over a dark background the image appears as a fully black block, which is exactly what a customer reported when trying to read the dimensional drawing (outline 155 x 246.16 x 5.95 mm). Flatten the drawing onto an opaque white background so it displays correctly in both light and dark themes. No dimension content changed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix the Radxa Display 10 FHD mechanical specification drawing on the product page (
accessories/display/lcd-10-fhd/lcd-10-fhd-product.md), which currently renders as a fully black image.Problem
A customer building a custom enclosure contacted support saying the Display 10 FHD spec sheet was unreadable and requested a dimensioned drawing. Investigation found that
static/img/accessories/display/display_10_fhd_01.webpis a black-on-transparent export: every RGB channel is black (#000) and the actual drawing content only exists in the alpha channel (4.6% opaque pixels). Over a dark background / dark theme the image composites to an entirely black block with zero visible content.Fix
Flatten the drawing onto an opaque white background (same 3508×2480 resolution, lossless WebP, no dimension content changed — verified visually: outline 155×246.16×5.95 mm, active area 135.36×216.58 mm, mounting holes and side-view stack-up all present and readable). The image is now theme-independent and displays correctly everywhere.
File size: 127,710 B → 112,888 B (lossless).
Source
Confirmed support case (Display 10 FHD dimensional drawing request, 2026-09-06). Docs-only change, no text/bilingual impact (single shared static asset referenced by the product pages).