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

Micropython update #2

Merged
merged 20 commits into from
Jan 24, 2019
Merged

Micropython update #2

merged 20 commits into from
Jan 24, 2019

Commits on Jan 3, 2019

  1. updated lvgl mpy script

    amirgon committed Jan 3, 2019
    Configuration menu
    Copy the full SHA
    c357ca6 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2019

  1. update gen_mpy.py

    amirgon committed Jan 5, 2019
    Configuration menu
    Copy the full SHA
    14a0dfb View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2019

  1. Set up custom malloc to use Micropython m_alloc, enabling gc on lvgl.…

    … Update makefile to generate lv_mpy.c automatically under /build dir. Use make all to build
    amirgon committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    41b6901 View commit details
    Browse the repository at this point in the history
  2. added example

    amirgon committed Jan 6, 2019
    Configuration menu
    Copy the full SHA
    66c28ad View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. small makefile fixes

    amirgon committed Jan 7, 2019
    Configuration menu
    Copy the full SHA
    e734887 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2019

  1. Configuration menu
    Copy the full SHA
    9358a56 View commit details
    Browse the repository at this point in the history
  2. small bugfix in lvgl example

    amirgon committed Jan 11, 2019
    Configuration menu
    Copy the full SHA
    a4e2b76 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2019

  1. Don't call lv_task_handler from SDL thread! Micropython-lvgl is not t…

    …hread safe. It will be called from mp_lv_task_handler which is called periodically from the same thread Micropython is running. Also - update lvgl submodule
    amirgon committed Jan 12, 2019
    Configuration menu
    Copy the full SHA
    c3dee8d View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2019

  1. update lvgl example

    amirgon committed Jan 13, 2019
    Configuration menu
    Copy the full SHA
    0697cdf View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2019

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

Commits on Jan 15, 2019

  1. update lvgl

    amirgon committed Jan 15, 2019
    Configuration menu
    Copy the full SHA
    86a0edd View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2019

  1. update lvgl module

    amirgon committed Jan 17, 2019
    Configuration menu
    Copy the full SHA
    69a3efa View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2019

  1. update lvgl module

    amirgon committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    95d2676 View commit details
    Browse the repository at this point in the history
  2. lvgl module update

    amirgon committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    09abca1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2019

  1. update lvgl module

    amirgon committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    44ef41d View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Updated lvgl module. Updated gen_mpy.py commmand line on makefile to …

    …rely on lvgl.h instead of including the objects directly. This adds themes to the generated binding
    amirgon committed Jan 21, 2019
    Configuration menu
    Copy the full SHA
    0b05d16 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

  1. submodule lvgl switched to dev-5.3 branch. disabled the following: US…

    …E_LV_TILEVIEW USE_LV_TABLE USE_LV_SPINBOX USE_LV_CANVAS because there are unimplemented functions there which causes lv_mpy.c (which wrap them) to fail linking
    amirgon committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    00c12ee View commit details
    Browse the repository at this point in the history
  2. update lvgl module

    amirgon committed Jan 22, 2019
    Configuration menu
    Copy the full SHA
    a843b65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f34804d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2019

  1. Replaced lvgl with lv_bindings submodule. lv_bindings contains the Mi…

    …cropython bindings and lvgl submodule (Micropython bindings was split from lvgl).
    amirgon committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    c34548a View commit details
    Browse the repository at this point in the history