File tree Expand file tree Collapse file tree 5 files changed +9
-12
lines changed
CircuitPython_ESP32_Camera
esp32-kaluga-onionskin-gif
esp32-s3-eye-adafruitio-and-lcd Expand file tree Collapse file tree 5 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
2
- # SPDX-FileCopyrightText: Copyright (c) 2021 Jeff Epler for Adafruit Industries
1
+ # SPDX-FileCopyrightText: Copyright (c) 2022 Jeff Epler for Adafruit Industries
3
2
#
4
- # SPDX-License-Identifier: Unlicense
3
+ # SPDX-License-Identifier: MIT
5
4
6
5
"""
7
6
Take a 10-frame stop motion GIF image.
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: Copyright (c) 2021 Jeff Epler for Adafruit Industries
1
+ # SPDX-FileCopyrightText: Copyright (c) 2022 Jeff Epler for Adafruit Industries
2
2
#
3
- # SPDX-License-Identifier: Unlicense
3
+ # SPDX-License-Identifier: MIT
4
4
5
5
"""
6
6
Show the live camera image on the viewfinder, then upload to adafruit IO when
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
2
- # SPDX-FileCopyrightText: Copyright (c) 2021 Jeff Epler for Adafruit Industries
1
+ # SPDX-FileCopyrightText: Copyright (c) 2022 Jeff Epler for Adafruit Industries
3
2
#
4
- # SPDX-License-Identifier: Unlicense
3
+ # SPDX-License-Identifier: MIT
5
4
6
5
"""
7
6
Upload a jpeg image to Adafruit IO at regular intervals
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries
2
- # SPDX-FileCopyrightText: Copyright (c) 2021 Jeff Epler for Adafruit Industries
1
+ # SPDX-FileCopyrightText: Copyright (c) 2022 Jeff Epler for Adafruit Industries
3
2
#
4
- # SPDX-License-Identifier: Unlicense
3
+ # SPDX-License-Identifier: MIT
5
4
6
5
"""
7
6
Use the built-in LCD as a viewfinder for the camera
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: Copyright (c) 2021 Jeff Epler for Adafruit Industries
1
+ # SPDX-FileCopyrightText: Copyright (c) 2022 Jeff Epler for Adafruit Industries
2
2
#
3
3
# SPDX-License-Identifier: Unlicense
4
4
You can’t perform that action at this time.
0 commit comments