Guest User

Untitled

a guest
Dec 10th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.12 KB | None | 0 0
  1. void _curXY(unsigned char x, unsigned char y) {
  2.     out(0x3D4,0x0E);
  3.     out(0x3D5,y);
  4.     out(0x3D4,0x0F);
  5.     out(0x3D5,x);
  6. }
Add Comment
Please, Sign In to add comment