Skip to content

fix(seeed-studio-round-display): Increase example task stack size for lvgl#630

Merged
finger563 merged 1 commit into
mainfrom
fix/round-display-example-stack
Jun 5, 2026
Merged

fix(seeed-studio-round-display): Increase example task stack size for lvgl#630
finger563 merged 1 commit into
mainfrom
fix/round-display-example-stack

Conversation

@finger563

Copy link
Copy Markdown
Contributor

Description

Motivation and Context

How has this been tested?

Screenshots (if appropriate, e.g. schematic, board, console logs, lab pictures):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation Update
  • Hardware (schematic, board, system design) change
  • Software change

Checklist:

  • My change requires a change to the documentation.
  • I have added / updated the documentation related to this change via either README or WIKI

Software

  • I have added tests to cover my changes.
  • I have updated the .github/workflows/build.yml file to add my new test to the automated cloud build github action.
  • All new and existing tests passed.
  • My code follows the code style of this project.

Hardware

  • I have updated the design files (schematic, board, libraries).
  • I have attached the PDFs of the SCH / BRD to this PR
  • I have updated the design output (GERBER, BOM) files.

Copilot AI review requested due to automatic review settings June 5, 2026 14:42
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

✅Static analysis result - no issues found! ✅

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the Seeed Studio Round Display example to allocate a larger stack for the LVGL task, reducing the likelihood of stack overflows during lv_task_handler() execution in the example app.

Changes:

  • Increase the LVGL task stack allocation in the round-display example to 6 KB.

@finger563 finger563 merged commit 731e4f8 into main Jun 5, 2026
109 of 110 checks passed
@finger563 finger563 deleted the fix/round-display-example-stack branch June 5, 2026 16:59
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.

2 participants