From: Dave Murphy Date: Tue, 16 Dec 2014 17:13:46 +0000 (+0000) Subject: replace picture with something nicer X-Git-Tag: v0.5.0~36^2^2~2 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=2177ad861991875256c995851549d3829505c725;p=corbenik%2Fctrulib.git replace picture with something nicer --- diff --git a/examples/graphics/bitmap/24bit-color/Makefile b/examples/graphics/bitmap/24bit-color/Makefile index ffdb5a8..2b15cf4 100755 --- a/examples/graphics/bitmap/24bit-color/Makefile +++ b/examples/graphics/bitmap/24bit-color/Makefile @@ -36,7 +36,7 @@ GRAPHICS := gfx #--------------------------------------------------------------------------------- # options for code generation #--------------------------------------------------------------------------------- -ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=softfp +ARCH := -march=armv6k -mtune=mpcore -mfloat-abi=hard CFLAGS := -g -Wall -O2 -mword-relocations \ -fomit-frame-pointer -ffast-math \ @@ -57,7 +57,6 @@ LIBS := -lctru -lm #--------------------------------------------------------------------------------- LIBDIRS := $(CTRULIB) - #--------------------------------------------------------------------------------- # no real need to edit anything past this point unless you need to add additional # rules for different file extensions diff --git a/examples/graphics/bitmap/24bit-color/gfx/brew.png b/examples/graphics/bitmap/24bit-color/gfx/brew.png new file mode 100644 index 0000000..6ac625b Binary files /dev/null and b/examples/graphics/bitmap/24bit-color/gfx/brew.png differ diff --git a/examples/graphics/bitmap/24bit-color/gfx/drunkenlogo.png b/examples/graphics/bitmap/24bit-color/gfx/drunkenlogo.png deleted file mode 100644 index 8ae905f..0000000 Binary files a/examples/graphics/bitmap/24bit-color/gfx/drunkenlogo.png and /dev/null differ