Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: PokittoLib
Fork of AnimationTest by
dirt_pillar.cpp
00001 00002 00003 /* 00004 * BMP image as 4bpp (16 colour index) data 00005 */ 00006 00007 #include <stdint.h> 00008 #include "Pixonia.h" 00009 00010 const uint16_t dirt_pillar_pal[] = { 00011 22530,12922,10764,9284,13670,20137,65312,41728,33280,65535,46486,38066,29614,0,63488,63519 00012 }; 00013 00014 const uint8_t dirt_pillar[] = { 00015 16,24, 00016 255,255,255,247,127,255,255,255,255,255,247,119,136,127,255,255, 00017 255,247,120,135,120,119,127,255,247,119,120,119,135,115,132,127, 00018 119,120,140,120,124,119,140,119,131,119,119,120,120,135,119,119, 00019 136,131,120,135,120,119,135,119,136,136,131,119,140,135,119,119, 00020 136,136,136,135,119,119,119,135,136,136,136,135,119,119,120,119, 00021 136,136,136,135,119,119,119,119,136,136,200,135,119,119,119,119, 00022 136,136,200,135,119,120,119,120,136,136,136,136,119,119,119,119, 00023 136,140,136,135,119,119,119,120,136,136,136,135,119,135,119,119, 00024 136,136,136,135,119,119,120,119,136,136,200,135,119,119,199,119, 00025 136,136,136,135,119,119,120,119,136,136,136,140,199,119,119,199, 00026 136,136,136,135,119,119,119,119,136,136,136,135,119,120,119,120, 00027 136,136,136,136,119,119,119,119,136,136,136,135,119,119,119,120, 00028 00029 }; 00030
Generated on Tue Jul 12 2022 21:47:29 by
