From 31dfb6a92e6719dda7dbe0ed478768e3bc72040c Mon Sep 17 00:00:00 2001 From: Aurelio Mannara Date: Mon, 15 Dec 2014 09:29:33 +0100 Subject: [PATCH] Used *.c extension and lower case dir name --- .../bitmap/24bit-color}/Makefile | 0 .../bitmap/24bit-color}/README.md | 0 .../bitmap/24bit-color}/data/drunkenlogo.bin | Bin .../bitmap/24bit-color}/drunkenlogo.png | Bin .../bitmap/24bit-color}/source/main.c | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename examples/{Graphics/Bitmap/24bit_color => graphics/bitmap/24bit-color}/Makefile (100%) rename examples/{Graphics/Bitmap/24bit_color => graphics/bitmap/24bit-color}/README.md (100%) rename examples/{Graphics/Bitmap/24bit_color => graphics/bitmap/24bit-color}/data/drunkenlogo.bin (100%) rename examples/{Graphics/Bitmap/24bit_color => graphics/bitmap/24bit-color}/drunkenlogo.png (100%) rename examples/{Graphics/bitmap/24bit_color => graphics/bitmap/24bit-color}/source/main.c (100%) diff --git a/examples/Graphics/Bitmap/24bit_color/Makefile b/examples/graphics/bitmap/24bit-color/Makefile similarity index 100% rename from examples/Graphics/Bitmap/24bit_color/Makefile rename to examples/graphics/bitmap/24bit-color/Makefile diff --git a/examples/Graphics/Bitmap/24bit_color/README.md b/examples/graphics/bitmap/24bit-color/README.md similarity index 100% rename from examples/Graphics/Bitmap/24bit_color/README.md rename to examples/graphics/bitmap/24bit-color/README.md diff --git a/examples/Graphics/Bitmap/24bit_color/data/drunkenlogo.bin b/examples/graphics/bitmap/24bit-color/data/drunkenlogo.bin similarity index 100% rename from examples/Graphics/Bitmap/24bit_color/data/drunkenlogo.bin rename to examples/graphics/bitmap/24bit-color/data/drunkenlogo.bin diff --git a/examples/Graphics/Bitmap/24bit_color/drunkenlogo.png b/examples/graphics/bitmap/24bit-color/drunkenlogo.png similarity index 100% rename from examples/Graphics/Bitmap/24bit_color/drunkenlogo.png rename to examples/graphics/bitmap/24bit-color/drunkenlogo.png diff --git a/examples/Graphics/bitmap/24bit_color/source/main.c b/examples/graphics/bitmap/24bit-color/source/main.c similarity index 100% rename from examples/Graphics/bitmap/24bit_color/source/main.c rename to examples/graphics/bitmap/24bit-color/source/main.c