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 0000000..0a8312e Binary files /dev/null and b/examples/mass-storage/icon.bmp differ 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 0000000..d0b4c19 Binary files /dev/null and b/examples/usb-speaker/icon.bmp differ 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 0000000..1ef476e Binary files /dev/null and b/examples/usb-video/icon.bmp differ