Skip to content

Commit 242135b

Browse files
authored
Merge pull request #1849 from adafruit/TheKitty-patch-5
Update 2020_shake.ino
2 parents e315274 + f42b8a8 commit 242135b

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

2020_shake/2020.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
#define BITMAP_WIDTH 64
26
#define BITMAP_HEIGHT 32
37
const uint8_t PROGMEM bitmap_2020[] = {

2020_shake/2020_shake.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
#include <Adafruit_LIS3DH.h> // For accelerometer
26
#include <Adafruit_PixelDust.h> // For simulation
37
#include <Adafruit_Protomatter.h> // For LED matrix

2020_shake/2021.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Limor Fried for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
const uint8_t PROGMEM bitmap_2021[] = {
26
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
37
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,

0 commit comments

Comments
 (0)