add license info
This commit is contained in:
parent
0ecae41d6f
commit
f4eee1ff6a
2 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
// SPDX-FileCopyrightText: 2023 Phil B. for Adafruit Industries
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
|
||||
// Basic full-color PicoDVI test. Provides a 16-bit color video framebuffer to
|
||||
// which Adafruit_GFX calls can be made. It's based on the EYESPI_Test.ino sketch.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,6 @@
|
|||
// SPDX-FileCopyrightText: 2024 Michael Bell and Pimoroni Ltd
|
||||
//
|
||||
// SPDX-License-Identifier: MIT
|
||||
// 16-bit Adafruit_GFX-compatible framebuffer for RP2350 HSTX
|
||||
|
||||
#include <Adafruit_dvhstx.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue