We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a0112 commit d848466Copy full SHA for d848466
TFP401_800x480_RP2040/TFP401_800x480_RP2040.ino
@@ -1,3 +1,7 @@
1
+// SPDX-FileCopyrightText: 2023 PaintYourDragon for Adafruit
2
+//
3
+// SPDX-License-Identifier: MIT
4
+
5
// "Aquarium" example for PicoDVI library. If just starting out,
6
// see the 8bit_double_buffer which explains the PicoDVI groundwork.
7
// Comments in THIS file are mostly distinct & new concepts.
TFP401_800x480_RP2040/sprites.h
// Graphics data for the aquarium PicoDVI example.
// Unlike the flying toasters demo, this one uses a larger color palette
// and 2:1 packing as described as a possible upgrade in that code is not
0 commit comments