Skip to content

Update apps for SDK updates - #38

Merged
KenVanHoeylandt merged 3 commits into
mainfrom
develop
Jul 26, 2026
Merged

Update apps for SDK updates#38
KenVanHoeylandt merged 3 commits into
mainfrom
develop

Conversation

@KenVanHoeylandt

@KenVanHoeylandt KenVanHoeylandt commented Jul 26, 2026

Copy link
Copy Markdown
Contributor

The updates mainly relate to lvgl-module changes.

Summary by CodeRabbit

  • New Features
    • Updated toolbar presentation across many apps for more consistent titles and controls.
    • Improved keyboard-aware behavior in games and utilities when a hardware keyboard is connected.
    • Strengthened file access reliability for Diceware, EPUB Reader, and Todo List.
  • Bug Fixes
    • Preserved toolbar actions, navigation, and input behavior while improving compatibility with current device services.
  • Chores
    • Incremented release versions for the updated applications.
    • Refreshed shared font, icon, and interface components across test utilities.

@coderabbitai

coderabbitai Bot commented Jul 26, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

The changes migrate applications from TT toolbar, keyboard, and path-locking helpers to direct LVGL, Tactility device, and filesystem mutex APIs. Toolbar creation and actions, keyboard availability checks, asynchronous and todo-file synchronization, and related header imports are updated. LVGL font and icon include paths are refreshed in test sources, and application manifest versions are incremented across the affected apps.

🚥 Pre-merge checks | ✅ 3 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 29.63% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Title check ❓ Inconclusive The title is related to the change, but it is very broad and does not convey the main LVGL/SDK migration details. Use a more specific title such as "Migrate apps to updated LVGL and SDK APIs".
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch develop

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Actionable comments posted: 2


ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: e4ea660c-cbfd-4b94-853f-f4377aff7dca

📥 Commits

Reviewing files that changed from the base of the PR and between 4f635d3 and a59caec.

📒 Files selected for processing (54)
  • Apps/Brainfuck/main/Source/Brainfuck.cpp
  • Apps/Brainfuck/manifest.properties
  • Apps/Breakout/main/Source/Breakout.cpp
  • Apps/Breakout/manifest.properties
  • Apps/Calculator/main/Source/Calculator.cpp
  • Apps/Calculator/manifest.properties
  • Apps/Diceware/main/Source/Diceware.cpp
  • Apps/Diceware/manifest.properties
  • Apps/EpubReader/main/Source/EpubReader.cpp
  • Apps/EpubReader/main/Source/EpubReaderAsync.cpp
  • Apps/EpubReader/main/Source/EpubReaderUI.cpp
  • Apps/EpubReader/manifest.properties
  • Apps/EspNowBridge/main/Source/EspNowBridge.cpp
  • Apps/EspNowBridge/manifest.properties
  • Apps/GPIO/main/Source/Gpio.cpp
  • Apps/GPIO/manifest.properties
  • Apps/GraphicsDemo/manifest.properties
  • Apps/HelloWorld/main/Source/main.c
  • Apps/HelloWorld/manifest.properties
  • Apps/M5UnitTest/main/Source/M5UnitTest.cpp
  • Apps/M5UnitTest/main/Source/TestListView.cpp
  • Apps/M5UnitTest/main/Source/TestListView.h
  • Apps/M5UnitTest/main/Source/TestUnit8Encoder.cpp
  • Apps/M5UnitTest/main/Source/TestUnitByteButton.cpp
  • Apps/M5UnitTest/main/Source/TestUnitCardKB2.cpp
  • Apps/M5UnitTest/main/Source/TestUnitDualButton.cpp
  • Apps/M5UnitTest/main/Source/TestUnitJoystick2.cpp
  • Apps/M5UnitTest/main/Source/TestUnitLcd.cpp
  • Apps/M5UnitTest/main/Source/TestUnitLcdGfx.cpp
  • Apps/M5UnitTest/main/Source/TestUnitMidi.cpp
  • Apps/M5UnitTest/main/Source/TestUnitPaHub.cpp
  • Apps/M5UnitTest/main/Source/TestUnitRfid2.cpp
  • Apps/M5UnitTest/main/Source/TestUnitScroll.cpp
  • Apps/M5UnitTest/main/Source/TestViewBase.cpp
  • Apps/M5UnitTest/main/Source/UiScale.h
  • Apps/M5UnitTest/manifest.properties
  • Apps/Magic8Ball/main/Source/Magic8Ball.cpp
  • Apps/Magic8Ball/manifest.properties
  • Apps/MediaKeys/main/Source/MediaKeys.cpp
  • Apps/MediaKeys/main/Source/MediaKeys.h
  • Apps/MediaKeys/manifest.properties
  • Apps/MystifyDemo/manifest.properties
  • Apps/SerialConsole/main/Source/SerialConsole.cpp
  • Apps/SerialConsole/manifest.properties
  • Apps/Snake/main/Source/Snake.cpp
  • Apps/Snake/main/Source/SnakeUi.c
  • Apps/Snake/manifest.properties
  • Apps/TamaTac/main/Source/TamaTac.cpp
  • Apps/TamaTac/manifest.properties
  • Apps/TodoList/main/Source/TodoList.cpp
  • Apps/TodoList/manifest.properties
  • Apps/TwoEleven/main/Source/TwoEleven.cpp
  • Apps/TwoEleven/main/Source/TwoElevenUi.c
  • Apps/TwoEleven/manifest.properties
💤 Files with no reviewable changes (1)
  • Apps/M5UnitTest/main/Source/M5UnitTest.cpp

Comment thread Apps/EpubReader/main/Source/EpubReaderAsync.cpp
Comment thread Apps/MediaKeys/main/Source/MediaKeys.cpp
@KenVanHoeylandt
KenVanHoeylandt merged commit b1e7eb9 into main Jul 26, 2026
21 checks passed
@KenVanHoeylandt
KenVanHoeylandt deleted the develop branch July 26, 2026 15:20
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.

1 participant