Skip to content

Commit

Permalink
Add LCD_CAM Camera driver (#1483)
Browse files Browse the repository at this point in the history
* Add LCD_CAM Camera driver

* comments

* 16 bit

* Expose most config

* Module documentation

* Remove GPIO generics

* Fix breaking change

* Remove Pin generics from Camera type

* Fix unsafe

* Another breaking change

* fmt
  • Loading branch information
Dominaezzz authored Apr 29, 2024
1 parent 157ac17 commit d5d3f1f
Show file tree
Hide file tree
Showing 4 changed files with 1,003 additions and 3 deletions.
1 change: 1 addition & 0 deletions esp-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- ESP32-PICO-V3-02: Initial support (#1155)
- `time::current_time` API (#1503)
- ESP32-S3: Add LCD_CAM Camera driver (#1483)

### Fixed

Expand Down
Loading

0 comments on commit d5d3f1f

Please sign in to comment.