]> Chaos Git - corbenik/ctrulib.git/commit
Added 24bit Bitmap example
authorAurelio Mannara <aurelio.mannara@gmail.com>
Sun, 14 Dec 2014 17:03:27 +0000 (18:03 +0100)
committerAurelio Mannara <aurelio.mannara@gmail.com>
Sun, 14 Dec 2014 17:03:27 +0000 (18:03 +0100)
commit62183276286355ea678b95de46f781572a1851d5
tree78ebc11018afaf5c36f38b28290b9cf5180e09ec
parent478d11f46840f1e546487e9fe1f1c0db91738920
Added 24bit Bitmap example

This example shows how to draw a 24bit bitmap on bottom screen
examples/Graphics/Bitmap/24bit_color/Makefile [new file with mode: 0755]
examples/Graphics/Bitmap/24bit_color/README.md [new file with mode: 0644]
examples/Graphics/Bitmap/24bit_color/data/drunkenlogo.bin [new file with mode: 0644]
examples/Graphics/Bitmap/24bit_color/drunkenlogo.png [new file with mode: 0644]
examples/Graphics/Bitmap/24bit_color/source/main.cpp [new file with mode: 0644]