Initial Chatter 2.0 fix for baseUI #8615
Open
+114
−9
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.
This PR addresses the issues reported in #7184.
Due to the large screen, the firmware was incorrectly using high-resolution graphics, causing BaseUI elements to appear oversized and misaligned.
This has been fixed by assigning the screen to use low-resolution graphics, restoring proper scaling and alignment.
Fixes and Improvements
Screen Resolution Fix
Adjusted the screen to use low-resolution assets, fixing the issue where UI graphics appeared too large or misaligned.
Navigation Key Behavior
Reassigned navigation keys:
Shift Mode Indicator
Added an on-screen indicator to show whether the user is typing in lowercase, uppercase, or numeric mode when using the Shift key in the FreeText screen.
Destination Selection Shortcut
Added a shortcut to open the destination list by pressing Shift + Left/Right.
Also included a hint box on the FreeText screen to guide users without needing to check documentation.
Multitap Timing Adjustment
Extended the multitap detection window from 500 ms to 1000 ms, allowing users more time to decide if they want to input another character in the same key sequence.
20251112_014152.1.1.mp4