// EyeBot Demo Program: Text Output Test, T. Bräunl, June 2015
#include "eyebot.h"

int main()
{ LCDMenu("", "", "NEXT", "END");
  for (int i=0; i<25; i++)
  {  LCDPrintf("%2d  5   10        20        30        40        50....5...60....5...70....5...80....5...90....5....0\n", i);
     if (KEYGet()==KEY4) return 0;
  }
}
