Skip to content

Conversation

@nurdism
Copy link

@nurdism nurdism commented Aug 7, 2025

  • Version of modified component bumped
  • CI passing (not sure how to run this)

This adds a config option to include a rounder cb for LVGL9, addresses #616

Copilot AI review requested due to automatic review settings August 7, 2025 04:06
@CLAassistant
Copy link

CLAassistant commented Aug 7, 2025

CLA assistant check
All committers have signed the CLA.

Copy link

Copilot AI left a comment

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 adds a rounder callback configuration option for LVGL9 displays in the ESP LVGL port component. The rounder callback allows customization of display area boundaries before invalidation events.

  • Added lvgl_port_rounder_cb_t typedef and rounder_cb field to display configuration
  • Implemented callback invocation in the display invalidate event handler
  • Updated component version from 2.6.0 to 2.7.0

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
esp_lvgl_port_disp.h Adds rounder callback typedef and configuration field for LVGL9
esp_lvgl_port_disp.c Implements rounder callback invocation in invalidate event handler
idf_component.yml Bumps component version to 2.7.0
README.md Adds example usage of rounder_cb in display configuration
CHANGELOG.md Documents the new rounder callback feature

@github-actions github-actions bot changed the title feat(esp_lvgl_port): Add rounder_cb option for displays feat(esp_lvgl_port): Add rounder_cb option for displays (BSP-705) Aug 7, 2025
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