Added proper banners to the examples

This commit is contained in:
Gericom
2025-12-14 11:15:37 +01:00
parent 8b47512f92
commit 17ceb62f33
7 changed files with 13 additions and 9 deletions

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B

View File

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

BIN
examples/usb-video/icon.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 630 B