diff --git a/examples/bitmap/README.md b/utils/bitmap/README.md similarity index 100% rename from examples/bitmap/README.md rename to utils/bitmap/README.md diff --git a/examples/bitmap/img2code.py b/utils/bitmap/img2code.py similarity index 100% rename from examples/bitmap/img2code.py rename to utils/bitmap/img2code.py diff --git a/examples/custom-fonts/README.md b/utils/custom-fonts/README.md similarity index 100% rename from examples/custom-fonts/README.md rename to utils/custom-fonts/README.md diff --git a/examples/custom-fonts/atlas.png b/utils/custom-fonts/atlas.png similarity index 100% rename from examples/custom-fonts/atlas.png rename to utils/custom-fonts/atlas.png diff --git a/examples/custom-fonts/convert.py b/utils/custom-fonts/convert.py old mode 100755 new mode 100644 similarity index 100% rename from examples/custom-fonts/convert.py rename to utils/custom-fonts/convert.py diff --git a/examples/custom-fonts/generate.py b/utils/custom-fonts/generate.py similarity index 100% rename from examples/custom-fonts/generate.py rename to utils/custom-fonts/generate.py diff --git a/examples/custom-fonts/hd44780-large.txt b/utils/custom-fonts/hd44780-large.txt similarity index 100% rename from examples/custom-fonts/hd44780-large.txt rename to utils/custom-fonts/hd44780-large.txt diff --git a/examples/custom-fonts/hd44780-small.txt b/utils/custom-fonts/hd44780-small.txt similarity index 100% rename from examples/custom-fonts/hd44780-small.txt rename to utils/custom-fonts/hd44780-small.txt diff --git a/examples/custom-fonts/string.png b/utils/custom-fonts/string.png similarity index 100% rename from examples/custom-fonts/string.png rename to utils/custom-fonts/string.png diff --git a/examples/custom-fonts/upscale.py b/utils/custom-fonts/upscale.py old mode 100755 new mode 100644 similarity index 100% rename from examples/custom-fonts/upscale.py rename to utils/custom-fonts/upscale.py