-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
make the CMake_WASM example work again
followup for #470
Sunton ESP32-8048S050 config
Add ILI9806G panel support
- 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)
Add three new Elecrow ESP32 Display devices
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]>
Support for esp-idf 5.3.0
Adjust default touch calibration for Core2
Add functional SPI implementation for arduino_default
※ remove copyRect function...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.