Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable lv_binding_micropython as USER_C_MODULE #341

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jul 21, 2024

  1. Configuration menu
    Copy the full SHA
    b51bf02 View commit details
    Browse the repository at this point in the history
  2. lib: Allow using lv_utils in unix-macos port.

    Fix to allow using lv_utils with asyncio in unix-macos.
    Carglglz committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    f47c1fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7ffcf6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6fae7e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    53f858c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. fix(init/deinit): Properly init/deinit lvgl module.

    Properly handle root pointers on lvgl init/deinit which fixes
    init error after a soft reset (see lvgl#343).
    Carglglz committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    b0d87e9 View commit details
    Browse the repository at this point in the history