Conversation
- 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.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing touches🧪 Generate unit tests (beta)
Tip Issue Planner is now in beta. Read the docs and try it out! Share your feedback on Discord. Comment |
️✅ 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. 🦉 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. |
| * @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 |
- 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
No description provided.