New default antenna widget icons sbc changes#83
Open
DmtryJS wants to merge 4 commits intoOpenIPC:masterfrom
Open
New default antenna widget icons sbc changes#83DmtryJS wants to merge 4 commits intoOpenIPC:masterfrom
DmtryJS wants to merge 4 commits intoOpenIPC:masterfrom
Conversation
- Replace 96x96px signal icons with 24x24px for better screen fit - Increase RSSI granularity from 5 to 8 signal levels - Evenly distribute 6 antenna icons across x: -250 to x: -80 (34px spacing) - Align antenna icons with VideoWidget column (x: -250) - Add dedicated no_signal icon for connection loss state
Author
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.



OSD Configuration Optimization for SBC Ground Station
Summary
This PR optimizes the PixelPilot OSD configuration (osd.json) for better screen real estate usage, improved signal granularity, and enhanced readability on SBC ground stations.
Changes Made
Icon Resolution Optimization
Before: 96×96px signal icons (too large, causing overflow)
After: 24×24px signal icons (matches other widget icons)
Benefit: Icons fit properly within screen bounds without clipping
RSSI Signal Granularity
Before: 5 signal levels
After: 8 signal levels
Benefit: More precise signal strength visualization for better link quality assessment
Antenna Icon Layout
Evenly distributed 6 antenna icons across the row
X coordinates: -250 to -80 (34px spacing between icons)
Alignment: First antenna icon aligned with VideoWidget column (x: -250)
Benefit: Consistent visual layout that scales with available antenna count
No Signal Indicator
Added dedicated no_signal.png icon for connection loss state
Separate from low-signal indicators
Benefit: Clear visual distinction between weak signal and no connection