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

1.1.8 #435

Merged
merged 47 commits into from
Aug 3, 2023
Merged

1.1.8 #435

merged 47 commits into from
Aug 3, 2023

Commits on Jun 10, 2023

  1. fix CST816S touch screen.

    lovyan03 committed Jun 10, 2023
    Configuration menu
    Copy the full SHA
    2aa084e View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

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

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    b8d2514 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8a88a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8982b38 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    445b603 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efd95a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9b797c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fa366f8 View commit details
    Browse the repository at this point in the history
  8. fix compile error

    lovyan03 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    36050a5 View commit details
    Browse the repository at this point in the history
  9. fix compile error

    lovyan03 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    9001e6f View commit details
    Browse the repository at this point in the history
  10. fix compile error

    lovyan03 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    62f4b61 View commit details
    Browse the repository at this point in the history
  11. fix compile error

    lovyan03 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    5347e53 View commit details
    Browse the repository at this point in the history
  12. fix compile error

    lovyan03 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    a9552e9 View commit details
    Browse the repository at this point in the history
  13. fix compile error

    lovyan03 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    739a301 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    4cefd8b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    24f1ce2 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

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

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    6070fd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bb24e4 View commit details
    Browse the repository at this point in the history
  3. Add support M5StickCPlus2

    lovyan03 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    1eb7806 View commit details
    Browse the repository at this point in the history
  4. Reuse png decoder memory without releasing it. (to avoid memory alloc…

    …ation failure when used repeatedly)
    lovyan03 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    55d7c5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8013ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    575c407 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. raising version 1.1.8

    fix compiler warning.
    lovyan03 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    00a7b84 View commit details
    Browse the repository at this point in the history
  2. tweak for native build.

    lovyan03 committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    4dc24b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. tweak for native build

    lovyan03 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    854c0b6 View commit details
    Browse the repository at this point in the history
  2. tweak for native build

    lovyan03 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    3715a68 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. update

    lovyan03 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    6f36a13 View commit details
    Browse the repository at this point in the history
  2. fix #429

    lovyan03 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2948f53 View commit details
    Browse the repository at this point in the history
  3. tweak for native build

    lovyan03 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    03f6ae3 View commit details
    Browse the repository at this point in the history
  4. tweak for native build

    lovyan03 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    af1ec9f View commit details
    Browse the repository at this point in the history
  5. tweak for ESP-IDF4.2

    lovyan03 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    caa0646 View commit details
    Browse the repository at this point in the history
  6. tweak for ESP-IDF4.2

    lovyan03 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e41198e View commit details
    Browse the repository at this point in the history
  7. Update IDFBuild.yml

    removed 4.2 from list due to a cython error during the esp-idf tools build process
    tobozo authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a50231d View commit details
    Browse the repository at this point in the history
  8. Update IDFBuild.yml

    added esp-idf 5.1 (esp32 and esp32s3)
    tobozo authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ccd2762 View commit details
    Browse the repository at this point in the history
  9. Update IDFBuild.yml

    disabling esp-idf 5.1 + esp32s3
    tobozo authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    1074313 View commit details
    Browse the repository at this point in the history
  10. tweak for ESP-IDF v5.x

    lovyan03 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    c7f580f View commit details
    Browse the repository at this point in the history
  11. tweak for ESP-IDF v5.x

    lovyan03 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    9715270 View commit details
    Browse the repository at this point in the history
  12. fix #426

    lovyan03 committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    ff7dc4d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. add setting sample.

    lovyan03 committed Jul 29, 2023
    Configuration menu
    Copy the full SHA
    46d5bf6 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    61d1497 View commit details
    Browse the repository at this point in the history
  2. tweak scroll function

    lovyan03 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    50b8521 View commit details
    Browse the repository at this point in the history
  3. ESP32 Light_PWM bug fix

    lovyan03 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    ecd6cf2 View commit details
    Browse the repository at this point in the history
  4. tweak for SDL build

    lovyan03 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    d6b543e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a31b7d3 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. tweak for native build

    lovyan03 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    67f8d49 View commit details
    Browse the repository at this point in the history