Skip to content

Commit f4eee1f

Browse files
committed
add license info
1 parent 0ecae41 commit f4eee1f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

PiCowbell_HSTX_DVI_Examples/arduino_rp2040_hstx_dvi_cowbell/arduino_rp2040_hstx_dvi_cowbell.ino

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// SPDX-FileCopyrightText: 2023 Phil B. for Adafruit Industries
2+
//
3+
// SPDX-License-Identifier: MIT
4+
15
// Basic full-color PicoDVI test. Provides a 16-bit color video framebuffer to
26
// which Adafruit_GFX calls can be made. It's based on the EYESPI_Test.ino sketch.
37

PiCowbell_HSTX_DVI_Examples/arduino_rp2350_hstx_dvi_cowbell/arduino_rp2350_hstx_dvi_cowbell.ino

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// SPDX-FileCopyrightText: 2024 Michael Bell and Pimoroni Ltd
2+
//
3+
// SPDX-License-Identifier: MIT
14
// 16-bit Adafruit_GFX-compatible framebuffer for RP2350 HSTX
25

36
#include <Adafruit_dvhstx.h>

0 commit comments

Comments
 (0)