add license info

This commit is contained in:
foamyguy 2025-07-17 17:34:52 -05:00
parent 0ecae41d6f
commit f4eee1ff6a
2 changed files with 7 additions and 0 deletions

View file

@ -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.

View file

@ -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>