File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1
+ # SPDX-FileCopyrightText: 2019 Melissa LeBlanc-Williams for Adafruit Industries
2
2
# SPDX-License-Identifier: MIT
3
3
4
4
"""
5
5
ePaper Display Shapes and Text demo using the Pillow Library.
6
6
7
- Written by Melissa LeBlanc-Williams for Adafruit Industries
8
7
"""
9
8
10
9
import digitalio
Original file line number Diff line number Diff line change 1
- # SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
1
+ # SPDX-FileCopyrightText: 2019 Melissa LeBlanc-Williams for Adafruit Industries
2
2
# SPDX-License-Identifier: MIT
3
3
4
4
"""
5
5
Image resizing and drawing using the Pillow Library. For the image, check out the
6
6
associated Adafruit Learn guide at:
7
7
https://learn.adafruit.com/adafruit-eink-display-breakouts/python-code
8
8
9
- Written by Melissa LeBlanc-Williams for Adafruit Industries
10
9
"""
11
10
12
11
import digitalio
You can’t perform that action at this time.
0 commit comments