feat: Add MAC address display to WiFi Networks screen#2
Merged
lukestein merged 5 commits intofeat/add-mac-address-displayfrom Jan 14, 2026
Merged
Conversation
Co-authored-by: lukestein <[email protected]>
Co-authored-by: lukestein <[email protected]>
Co-authored-by: lukestein <[email protected]>
Copilot
AI
changed the title
[WIP] Add display of MAC address on WiFi Networks screen
Add MAC address display to WiFi Networks screen
Jan 14, 2026
Owner
|
@copilot there seems to be an issue with the CI process: |
Co-authored-by: lukestein <[email protected]>
Author
lukestein
pushed a commit
that referenced
this pull request
Feb 2, 2026
Address review comments #2, #3, and crosspoint-reader#10: - Extract duplicated bayer4x4 matrix, applyBayerDither4Level(), and drawPixelWithRenderMode() into shared DitherUtils.h - Extract duplicated PixelCache struct into shared PixelCache.h so both JPEG and PNG decoders use the same implementation - Add MAX_CACHE_BYTES (256KB) size limit to PixelCache::allocate() to proactively guard against oversized allocations on embedded targets
lukestein
pushed a commit
that referenced
this pull request
Feb 2, 2026
Address review comments #2, #3, and crosspoint-reader#10: - Extract duplicated bayer4x4 matrix, applyBayerDither4Level(), and drawPixelWithRenderMode() into shared DitherUtils.h - Extract duplicated PixelCache struct into shared PixelCache.h so both JPEG and PNG decoders use the same implementation - Add MAX_CACHE_BYTES (256KB) size limit to PixelCache::allocate() to proactively guard against oversized allocations on embedded targets
lukestein
pushed a commit
that referenced
this pull request
Feb 3, 2026
Address review comments #2, #3, and crosspoint-reader#10: - Extract duplicated bayer4x4 matrix, applyBayerDither4Level(), and drawPixelWithRenderMode() into shared DitherUtils.h - Extract duplicated PixelCache struct into shared PixelCache.h so both JPEG and PNG decoders use the same implementation - Add MAX_CACHE_BYTES (256KB) size limit to PixelCache::allocate() to proactively guard against oversized allocations on embedded targets
lukestein
pushed a commit
that referenced
this pull request
Feb 3, 2026
Address review comments #2, #3, and crosspoint-reader#10: - Extract duplicated bayer4x4 matrix, applyBayerDither4Level(), and drawPixelWithRenderMode() into shared DitherUtils.h - Extract duplicated PixelCache struct into shared PixelCache.h so both JPEG and PNG decoders use the same implementation - Add MAX_CACHE_BYTES (256KB) size limit to PixelCache::allocate() to proactively guard against oversized allocations on embedded targets
lukestein
pushed a commit
that referenced
this pull request
Feb 3, 2026
Address review comments #2, #3, and crosspoint-reader#10: - Extract duplicated bayer4x4 matrix, applyBayerDither4Level(), and drawPixelWithRenderMode() into shared DitherUtils.h - Extract duplicated PixelCache struct into shared PixelCache.h so both JPEG and PNG decoders use the same implementation - Add MAX_CACHE_BYTES (256KB) size limit to PixelCache::allocate() to proactively guard against oversized allocations on embedded targets
lukestein
pushed a commit
that referenced
this pull request
Feb 5, 2026
Address review comments #2, #3, and crosspoint-reader#10: - Extract duplicated bayer4x4 matrix, applyBayerDither4Level(), and drawPixelWithRenderMode() into shared DitherUtils.h - Extract duplicated PixelCache struct into shared PixelCache.h so both JPEG and PNG decoders use the same implementation - Add MAX_CACHE_BYTES (256KB) size limit to PixelCache::allocate() to proactively guard against oversized allocations on embedded targets
lukestein
pushed a commit
that referenced
this pull request
Feb 5, 2026
Address review comments #2, #3, and crosspoint-reader#10: - Extract duplicated bayer4x4 matrix, applyBayerDither4Level(), and drawPixelWithRenderMode() into shared DitherUtils.h - Extract duplicated PixelCache struct into shared PixelCache.h so both JPEG and PNG decoders use the same implementation - Add MAX_CACHE_BYTES (256KB) size limit to PixelCache::allocate() to proactively guard against oversized allocations on embedded targets
lukestein
pushed a commit
that referenced
this pull request
Feb 9, 2026
Address review comments #2, #3, and crosspoint-reader#10: - Extract duplicated bayer4x4 matrix, applyBayerDither4Level(), and drawPixelWithRenderMode() into shared DitherUtils.h - Extract duplicated PixelCache struct into shared PixelCache.h so both JPEG and PNG decoders use the same implementation - Add MAX_CACHE_BYTES (256KB) size limit to PixelCache::allocate() to proactively guard against oversized allocations on embedded targets
lukestein
pushed a commit
that referenced
this pull request
Feb 9, 2026
Address review comments #2, #3, and crosspoint-reader#10: - Extract duplicated bayer4x4 matrix, applyBayerDither4Level(), and drawPixelWithRenderMode() into shared DitherUtils.h - Extract duplicated PixelCache struct into shared PixelCache.h so both JPEG and PNG decoders use the same implementation - Add MAX_CACHE_BYTES (256KB) size limit to PixelCache::allocate() to proactively guard against oversized allocations on embedded targets
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.
Plan to Add MAC Address Display on WiFi Networks Screen
Summary:
Successfully implemented the feature to display the device's MAC address on the WiFi Networks screen.
Implementation:
cachedMacAddressmember variable, populated once inonEnter()pageHeight - 105(above network count and legend)MAC address: xx-xx-xx-xx-xx-xx(lowercase hex for consistency with existing code)Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.