You've already forked dspico-usb-examples
mirror of
https://github.com/LNH-team/dspico-usb-examples.git
synced 2026-01-09 16:27:56 -08:00
Added proper banners to the examples
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
BIN
examples/mass-storage/icon.bmp
Normal file
BIN
examples/mass-storage/icon.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 630 B |
@@ -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
|
||||
|
||||
|
||||
BIN
examples/usb-speaker/icon.bmp
Normal file
BIN
examples/usb-speaker/icon.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 630 B |
@@ -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
BIN
examples/usb-video/icon.bmp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 630 B |
Reference in New Issue
Block a user