From 17ceb62f338591ce9e753c6a844656f66eea7653 Mon Sep 17 00:00:00 2001 From: Gericom Date: Sun, 14 Dec 2025 11:15:37 +0100 Subject: [PATCH] Added proper banners to the examples --- README.md | 1 + examples/mass-storage/Makefile | 7 ++++--- examples/mass-storage/icon.bmp | Bin 0 -> 630 bytes examples/usb-speaker/Makefile | 7 ++++--- examples/usb-speaker/icon.bmp | Bin 0 -> 630 bytes examples/usb-video/Makefile | 7 ++++--- examples/usb-video/icon.bmp | Bin 0 -> 630 bytes 7 files changed, 13 insertions(+), 9 deletions(-) create mode 100644 examples/mass-storage/icon.bmp create mode 100644 examples/usb-speaker/icon.bmp create mode 100644 examples/usb-video/icon.bmp diff --git a/README.md b/README.md index b155661..52eba5f 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,4 @@ The platform code and examples are licensed under the Zlib license. For details, ## Credits - [tinyusb](https://github.com/hathach/tinyusb) for the USB library. The examples are also largely based on the examples that come with tinyusb. - [libcamera](https://github.com/FTC55/libcamera) by [FTC55](https://github.com/FTC55) for camera initialization code +- Banner icons by [nitehack](https://www.github.com/nitehack) diff --git a/examples/mass-storage/Makefile b/examples/mass-storage/Makefile index efd8337..d427280 100644 --- a/examples/mass-storage/Makefile +++ b/examples/mass-storage/Makefile @@ -13,9 +13,10 @@ export TOPDIR := $(CURDIR) NITRO_FILES := # These set the information text in the nds file -#GAME_TITLE := My Wonderful Homebrew -#GAME_SUBTITLE1 := built with devkitARM -#GAME_SUBTITLE2 := http://devitpro.org +GAME_TITLE := USB Mass Storage Example +GAME_SUBTITLE1 := DSpico +GAME_SUBTITLE2 := LNH team +GAME_ICON := icon.bmp include $(DEVKITARM)/ds_rules diff --git a/examples/mass-storage/icon.bmp b/examples/mass-storage/icon.bmp new file mode 100644 index 0000000000000000000000000000000000000000..0a8312e57d999581f7d6ef77e2cf07bf3e7b0a68 GIT binary patch literal 630 zcmZ?rEn{K;gEAng0mKSW%*en3WB~zG9>PJ8PMQ)7PKFW;UWSScUY3ds#mPYo)gYW5 z#W1I(nBm^iYKD8)t}#4+{+!`G2)}>N@csLDhX4QnGu$NvZtn(zy)bnUE|i1`qS32d zK)`7gRQR@12N*cjLIgJTLM1dH^dczt?j;Cg84~|ST3UHgd084*2q=Fk18h`#E=T~x zp9uytbP;@|nJP1p`7<>&HIeyBo}N&COD{;jCr|-c{!&^Jh(Adas$VTFO&8gGFh3Jv zABcZf1C4(jjel*XCd@u1B_-XvK)$A?C&a$rpY8(ro-p}K+DfSW)xeOs1~zXx$iJ7A Ofbu{B1VG-U1^@u<$a<*& literal 0 HcmV?d00001 diff --git a/examples/usb-speaker/Makefile b/examples/usb-speaker/Makefile index efd8337..db2f57a 100644 --- a/examples/usb-speaker/Makefile +++ b/examples/usb-speaker/Makefile @@ -13,9 +13,10 @@ export TOPDIR := $(CURDIR) NITRO_FILES := # These set the information text in the nds file -#GAME_TITLE := My Wonderful Homebrew -#GAME_SUBTITLE1 := built with devkitARM -#GAME_SUBTITLE2 := http://devitpro.org +GAME_TITLE := USB Speaker Example +GAME_SUBTITLE1 := DSpico +GAME_SUBTITLE2 := LNH team +GAME_ICON := icon.bmp include $(DEVKITARM)/ds_rules diff --git a/examples/usb-speaker/icon.bmp b/examples/usb-speaker/icon.bmp new file mode 100644 index 0000000000000000000000000000000000000000..d0b4c19b9b22050c7f61ba3c661de52ad0261f02 GIT binary patch literal 630 zcmb7=ziPuU5XP@157MX!6iS9-gPS3Xd{ZDxAVULvf{rfnkTsCKWC`t>$LK3`kf}Fo z^=Rngp@Vy;KaJ9<`QYUH-N~P%le5(&7_Df%p}2B!0X@n{u5aPEPVf3K9rs~5m#}_X z!rN{GABQ!R6#D%Dx-3C!4Ru{Z!_hR*wk>pB2i3XShpH+ioJQ72p%axKsPs9oEQgDQ zm{CEX6k>paw-0#{0#O*O6mt==IJ2DOtO;|$u{E3p97RbUaE6$M9H$W`rqBMxHjXj2 zJbyf4h4O^y>LcFo|9AZB?>P78d*%!Bd4HKk!hU&{+P?b!GVggt$G0?wu>bmE*!$6} V$@Sj6e?pnnwV9V2zc2p#`vcN&TqXbj literal 0 HcmV?d00001 diff --git a/examples/usb-video/Makefile b/examples/usb-video/Makefile index efd8337..1df7393 100644 --- a/examples/usb-video/Makefile +++ b/examples/usb-video/Makefile @@ -13,9 +13,10 @@ export TOPDIR := $(CURDIR) NITRO_FILES := # These set the information text in the nds file -#GAME_TITLE := My Wonderful Homebrew -#GAME_SUBTITLE1 := built with devkitARM -#GAME_SUBTITLE2 := http://devitpro.org +GAME_TITLE := USB Video Example +GAME_SUBTITLE1 := DSpico +GAME_SUBTITLE2 := LNH team +GAME_ICON := icon.bmp include $(DEVKITARM)/ds_rules diff --git a/examples/usb-video/icon.bmp b/examples/usb-video/icon.bmp new file mode 100644 index 0000000000000000000000000000000000000000..1ef476e5673941d385fd6ce8a52356bb3243af3b GIT binary patch literal 630 zcmb7=u}T9$5Qazb1+EbrMboIIEabQlwzyKTNogksTMBZJEdn;Nh;^DwNOxEyowcMA zd;p7d9-J#&A?)D;NSxW*Xs{7~*uDAwnVp^6_^i7LPF>oMXzly80b3N2e7=UCJwDli z)93&?@iCltVn~w?^k_|PQpoRmP(4kcTFfEO7f_W8D9aM6s)FTm3HDFDKX~~{u@c#A zHC3&o(Q_5Xv(Sx8HcV5|36;F$_OLDxO_c~q@v~!Yk+|r!X2Umd_~zJ%!C>I(YZkYN zIN}1wCL%=aQ$xoBaVW^60>=@dCZlgH_cxT$S_>RWdv)zNOhuR?%0gW*4@0`X8=>4* zYL8hH>veAb=EwCsuKLyIr~baN41$3A(LA9}X_v+42MyFh%y{0+7P|otIOX5Lv9!hf dp4hh87-!ZN0q3o0&2X0S`+0r8*UI?E_Y0P8Y>of` literal 0 HcmV?d00001