Guest User

Untitled

a guest
Dec 13th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. void ePrintBadTicket(){
  2. clearEPrint();
  3. createData(topData, " WRONG ");
  4. createData(bottomData, " TICKET ");
  5. flipData(topData);
  6. ePrint(topData, bottomData, 1, 1);
  7. delay(200);
  8. ePrint(topData, bottomData, 1, 1);
  9. delay(100);
  10. ePrint(topData, bottomData, 1, 0);
  11. delay(100);
  12. ePrint(topData, bottomData, 1, 0);
  13. delay(2000);
  14. }
Add Comment
Please, Sign In to add comment