User manual

Ausgabe 19.05.2017 Copyright by Joy-IT 50
void Display(unsigned char x, unsigned char Number)
{
WeiXuan(x);
pickNumber(Number);
delay(1);
Clear() ; // clears screen
}
If the code above is fully transfered to the Mega2560, the display is showing
“1234“.