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