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
32#
4- # SPDX-License-Identifier: Unlicense
3+ # SPDX-License-Identifier: MIT
54
65"""
76Take 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
22#
3- # SPDX-License-Identifier: Unlicense
3+ # SPDX-License-Identifier: MIT
44
55"""
66Show 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
32#
4- # SPDX-License-Identifier: Unlicense
3+ # SPDX-License-Identifier: MIT
54
65"""
76Upload 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
32#
4- # SPDX-License-Identifier: Unlicense
3+ # SPDX-License-Identifier: MIT
54
65"""
76Use 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
22#
33# SPDX-License-Identifier: Unlicense
44
You can’t perform that action at this time.
0 commit comments