Skip to content

Commit 46924af

Browse files
committed
spdx
1 parent 80f5ae2 commit 46924af

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

Qualia/Qualia_S3_Sushi_Conveyor_Belt/platformio.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# SPDX-FileCopyrightText: 2024 Liz Clark for Adafruit Industries
2+
#
3+
# SPDX-License-Identifier: MIT
14
; PlatformIO Project Configuration File
25
;
36
; Build options: build flags, source filter

Qualia/Qualia_S3_Sushi_Conveyor_Belt/src/sushi_320x820.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2024 Liz Clark for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// 'sushi_1', 135x146px
26
const uint16_t myBitmapsushi_1 [] PROGMEM = {
37
0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903,

Qualia/Qualia_S3_Sushi_Conveyor_Belt/src/sushi_960x240.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2024 Liz Clark for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// 'sushi_1', 135x146px
26
const uint16_t myBitmapsushi_1 [] PROGMEM = {
37
0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903, 0x2903,

0 commit comments

Comments
 (0)