-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #444 from espressif/feature/esp_jpeg_configurable_…
…pool feat(esp_jpeg): Add configuration option for working buffer size
- Loading branch information
Showing
7 changed files
with
126 additions
and
18 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
## 1.2.0 | ||
|
||
- Added option to for passing user defined working buffer | ||
|
||
## 1.1.0 | ||
|
||
- Added support for decoding images without Huffman tables | ||
- Fixed undefined configuration options from Kconfig | ||
|
||
## 1.0.5~3 | ||
|
||
- Added option to swap output color bytes regardless of JD_FORMAT | ||
|
||
## 1.0.4 | ||
|
||
- Added ROM implementation support for ESP32-C6 | ||
|
||
## 1.0.2 | ||
|
||
- Fixed compiler warnings | ||
|
||
## 1.0.1 | ||
|
||
- Fixed: exclude ESP32-C2 from list of ROM implementations | ||
|
||
## 1.0.0 | ||
|
||
- Initial version |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# This file was generated using idf.py save-defconfig. It can be edited manually. | ||
# Espressif IoT Development Framework (ESP-IDF) 5.5.0 Project Minimal Configuration | ||
# | ||
CONFIG_TOUCH_SUPPRESS_DEPRECATE_WARN=y |
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
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
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
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