-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
302 additions
and
358 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 |
---|---|---|
@@ -1,41 +1,8 @@ | ||
# ChangeLog | ||
|
||
## v0.1.3 - 2023-6-2 | ||
## v0.0.1 - 2023-11-2 | ||
|
||
### Enhancements: | ||
|
||
* Add power on knob position detection to avoid logical inversion caused by knob position | ||
* Change test to test_apps project | ||
|
||
## v0.1.2 - 2023-3-9 | ||
|
||
### Enhancements: | ||
|
||
* Use cu_pkg_define_version to define the version of this component. | ||
|
||
## v0.1.1 - 2023-1-18 | ||
|
||
### Bug Fixes: | ||
|
||
* Knob: | ||
* Fix callback return usr_data root pointer, the usr_data of the relevant callback will now be returned. | ||
|
||
## v0.1.0 - 2023-1-5 | ||
|
||
### Enhancements: | ||
|
||
* Initial version | ||
|
||
* The following types of events are supported | ||
|
||
| EVENT | 描述 | | ||
| ---------- | -------------------------------------- | | ||
| KNOB_LEFT | EVENT: Rotate to the left | | ||
| KNOB_RIGHT | EVENT: Rotate to the right | | ||
| KNOB_H_LIM | EVENT: Count reaches maximum limit | | ||
| KNOB_L_LIM | EVENT: Count reaches the minimum limit | | ||
| KNOB_ZERO | EVENT: Count back to 0 | | ||
|
||
* Support for defining multiple knobs | ||
|
||
* Support binding callback functions for each event and adding user-data | ||
* Support for all ESP SoCs. | ||
* Support multiple events, including `left`, `right`, `high limit`, `low limit`, and `back to zero`. |
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
Oops, something went wrong.