Skip to content

Comments

Cole gbk test#2012

Open
wangli65535 wants to merge 3 commits intodev-nexfirmware-evt1from
Cole_gbk_test
Open

Cole gbk test#2012
wangli65535 wants to merge 3 commits intodev-nexfirmware-evt1from
Cole_gbk_test

Conversation

@wangli65535
Copy link
Collaborator

No description provided.

- Updated app.overlay to configure external flash settings for font storage.
- Added new Kconfig options for runtime font loading and XIP usage.
- Introduced shell commands for font storage management, including info and read operations.
- Implemented font loading from external flash with support for XIP and RAM.
- Modified display control to support GBK text rendering and improved command handling.

Files modified: 20, New files: 8
… commands

- Updated mos_font_storage.c and mos_xbf_font.c to support an additional font storage partition (PM_FONT_STORAGE2).
- Modified display_config.c to streamline font loading for CJK text, removing the XBF font preference due to initialization issues.
- Adjusted mos_lvgl_display.c to set the display brightness to 100% on initialization.
- Enhanced shell_display_control.c with new commands for displaying binfont test text and CJK text from UTF-8 hex strings.
- Introduced cmd_font_storage_glyph in shell_font_storage.c to read glyph data by Unicode value, improving font management capabilities.
@wangli65535 wangli65535 requested a review from a team as a code owner February 10, 2026 08:17
@coderabbitai
Copy link

coderabbitai bot commented Feb 10, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch Cole_gbk_test

Tip

Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord.


Comment @coderabbitai help to get the list of available commands and usage tips.

@gitguardian
Copy link

gitguardian bot commented Feb 10, 2026

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
While these secrets were previously flagged, we no longer have a reference to the
specific commits where they were detected. Once a secret has been leaked into a git
repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@wangli65535 wangli65535 changed the base branch from main to dev-nexfirmware-evt1 February 10, 2026 08:19
Comment on lines +2 to +9
* @Author : Cole
* @Date : 2026-01-28 14:44:46
* @LastEditTime : 2026-02-07 15:00:36
* @FilePath : mos_fuel_gauge.c
* @Description :
*
* Copyright (c) MentraOS Contributors 2026
* SPDX-License-Identifier: Apache-2.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this please.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay

- Removed the FONT_STORAGE_PREFER_BINFONT option from Kconfig and adjusted related configurations in prj.conf.
- Updated pm_static.yml to reflect new partition sizes and addresses for font storage.
- Deleted unused bin_to_hex_font_storage.py script and related XBF font files to streamline the project.
- Enhanced display configuration to improve font loading and error handling for CJK text rendering.

Files modified: 8, Deleted files: 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants