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.12 #500

Merged
merged 39 commits into from
Dec 31, 2023
Merged

1.1.12 #500

merged 39 commits into from
Dec 31, 2023

Commits on Sep 8, 2023

  1. fix #438

    lovyan03 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    7aa0281 View commit details
    Browse the repository at this point in the history
  2. fix #438

    lovyan03 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e747169 View commit details
    Browse the repository at this point in the history
  3. update ci test for IDF

    lovyan03 committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    f409165 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    b7baca5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d1d30b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3484bfe View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. tweak for CST816S

    lovyan03 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0859526 View commit details
    Browse the repository at this point in the history
  2. tweak for CST816S

    lovyan03 committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    3608914 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. bugfix.

    lovyan03 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    b5be7d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20cdb22 View commit details
    Browse the repository at this point in the history
  3. fix buildtest

    lovyan03 committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    aada45c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. raising version 1.1.10

    lovyan03 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    462610a View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

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

Commits on Nov 9, 2023

  1. Adjust default touch calibration for Core2

    p->touch(t) call invokes Panel_Device::touchCalibrate and
    results in setting up the affine matrix to map the touch
    geometry into the panel one. This is not preferable as the
    touch geometry contains the virtual screen panel area outside
    the panel area.
    
    This patch changes the order to call setCalibrateAffine with
    dedicated parameters for Core2 to overwrite the default
    unexpected matrix.
    toyoshim committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e0fa7fa View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. make the CMake_WASM example work again

    Michael Haberler committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    53e52cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #470 from mhaberler/patch-wasm-example

    make the CMake_WASM example work again
    tobozo authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    fe3815a View commit details
    Browse the repository at this point in the history
  3. build+publish wasm example to github-pages

    followup for #470
    tobozo authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ed37d35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3c1e6bd View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

  1. Configuration menu
    Copy the full SHA
    044230a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #474 from dominicdumont/sunton/esp32050

    Sunton ESP32-8048S050 config
    tobozo authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    63c52cd View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

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

Commits on Nov 24, 2023

  1. Add ILI9806G panel support

    Dimision committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    edb428e View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Merge pull request #478 from Dimision/ILI9806G_Support

    Add ILI9806G panel support
    lovyan03 authored Nov 28, 2023
    Configuration menu
    Copy the full SHA
    bdbf118 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

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

Commits on Dec 19, 2023

  1. workflow improvements (#492)

    - esp-idf workflow now uses an imported json matrix produced by a php script
      - builds the jobs list using release and tags informations from esp-idf repository
      - uses the three latest stable versions from the official supported list, plus two hardcoded versions
      - hopefully won't need to be updated every time espressif creates a version tag or a release
      - disabled cache support, max size per repo is 10GB and this one was using 10.9GB, the speed difference isn't significan anyway
    - arduino workflow has been bumped to latest stable (pre-3.x.x) core versions
    - platformio workflow core versions have been bumped, temporarily fixed applied (was failing on 3.x.x-beta with iram size)
    tobozo authored Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6ef928c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6f1cf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Configuration menu
    Copy the full SHA
    30a9f59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #493 from benlye/elecrow-boards

    Add three new Elecrow ESP32 Display devices
    tobozo authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    f0e0ca4 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Support for esp-idf 5.3.0

    This fix some compiler problem due to some macro changes in the include
    files in esp-idf 5.3.0
    
    Signed-off-by: Zingo Andersen <[email protected]>
    zingo committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    ef24544 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. Configuration menu
    Copy the full SHA
    1d003dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1aa3200 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #494 from zingo/develop

    Support for esp-idf 5.3.0
    lovyan03 authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    e8924dc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #469 from toyoshim/master

    Adjust default touch calibration for Core2
    lovyan03 authored Dec 27, 2023
    Configuration menu
    Copy the full SHA
    529594f View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

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

Commits on Dec 30, 2023

  1. Merge pull request #499 from jp-bennett/patch-1

    Add functional SPI implementation for arduino_default
    lovyan03 authored Dec 30, 2023
    Configuration menu
    Copy the full SHA
    a8895df View commit details
    Browse the repository at this point in the history
  2. Compatible with new FPGA revisions ( ModuleDisplay / AtomDisplay )

    ※ remove copyRect function...
    lovyan03 committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    50f5a96 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    52baec6 View commit details
    Browse the repository at this point in the history
  2. raising version 1.1.12

    lovyan03 committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    603d53d View commit details
    Browse the repository at this point in the history