#include <eyebot.h>

extern colimage picture;

int main(void)
{
  LCDPutColorGraphic(&picture);
  return 0;
}
