Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: esp-arduino-libs/lv_binding_micropython
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Carglglz/lv_binding_micropython
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 42 files changed
  • 6 contributors

Commits on May 20, 2024

  1. feat(gen): add lvgl_private.h to the binding

    see #6068
    kisvegabor committed May 20, 2024
    Configuration menu
    Copy the full SHA
    918326f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    d5fb6ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request lvgl#349 from liamHowatt/fix/lvgl-api-refactor

    feat(gen): accept a JSON from the LVGL JSON generator
    kisvegabor authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    6dff116 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    490cc15 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0281b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Merge pull request lvgl#350 from liamHowatt/fix/cmake-json-and-stm32-…

    …indev
    
    fix(gen): Use LVGL JSON in CMake based builds too - RP2040 and ESP32
    kisvegabor authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    d582e85 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    1fa1479 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Merge pull request lvgl#352 from liamHowatt/fix/leading-underscore-st…

    …ructs
    
    fix: check structs for alternative name in JSON
    kisvegabor authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    96d6d35 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Update bindings to use LVGL as MicroPython user module (lvgl#368)

    * Update LVGL binding to use USER_C_MODULE approach (lvgl#365)
    
    * gen: update to MicroPython v1.23.x
    
    * lib: Allow using lv_utils in unix-macos port.
    
    Fix to allow using lv_utils with asyncio in unix-macos.
    
    * unix: Enable lv_binding_micropython as user C mod.
    
    * esp32: Enable lv_binding_micropython as user C mod.
    
    * feat(tests): Add tests for MicroPython test suite.
    
    * 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).
    
    * fix(gen_mpy.py): update lv_to_mp float conversion.
    
    Upate for lvgl 9.2.x see diff in lvgl @ 84b28ff
    
    * fix(esp32): lvgl component error in idf v5.2.x.
    
    * fix(lv_conf): enable LV_USE_PRIVATE_API for v9.2.0
    
    * fix(build): enable LV_CONF_PATH option
    
    This allows to set custom `lv_conf.h` file per board
    in `mpconfigboard.(h,cmake)`
    
    * fix(tests): fix testdisplay, add hwdisplay example
    
    * feat(lvgl): update to lvgl v9.2.2
    
    * fix(makefile): use CLFAGS_USERMOD
    
    * feat(lvgl): update to latest v9.3.0
    
    * fix(tests): fix testdisplay and add calibrate tool
    
    * fix(build): fix LV_CONF_PATH option for CMake
    
    ---------
    
    Co-authored-by: Carlosgg <carlosgilglez@gmail.com>
    
    * Add fs_driver.py module to ESP32 manifest; fix whitespace in axp192.py
    
    * Fix unix github action and build issues
    
    * Comment unused 'import espidf'
    
    ---------
    
    Co-authored-by: Carlosgg <carlosgilglez@gmail.com>
    PGNetHun and Carglglz authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    73ec992 View commit details
    Browse the repository at this point in the history
  2. drivers/generic/st77xx: Support use on platforms without machine.PWM. (

    …lvgl#358)
    
    Co-authored-by: Andrew Leech <andrew.leech@planetinnovation.com.au>
    andrewleech and pi-anl authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    3934502 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. Configuration menu
    Copy the full SHA
    c3c7e62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bda80a2 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2025

  1. Update LVGL (lvgl#371)

    PGNetHun authored Mar 18, 2025
    Configuration menu
    Copy the full SHA
    44f70b1 View commit details
    Browse the repository at this point in the history
Loading