Guest User

Untitled

a guest
May 20th, 2018
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.63 KB | None | 0 0
  1. ClearDisplay(0, 0, 103, 79);
  2.   DrawLine(20, 41, 80, 41, 0xf0, 0xf);
  3.   DrawRectangle(4, 1, 99, 65, 0x0f, 0xf, 0x00, 0x0);
  4.   FillEnable();
  5.   i = 19;
  6.   DrawRectangle(i, 10, i+10, 20, 0x0, 0x0, 0x0f, 0xf);
  7.   i+=10;
  8.   DrawRectangle(i, 10, i+10, 20, 0x0, 0x0, 0x8f, 0xf);
  9.   i+=10;
  10.   DrawRectangle(i, 10, i+10, 20, 0x0, 0x0, 0xf0, 0xf);
  11.   i+=10;
  12.   DrawRectangle(i, 10, i+10, 20, 0x0, 0x0, 0xf8, 0xf);
  13.   i+=10;
  14.   DrawRectangle(i, 10, i+10, 20, 0x0, 0x0, 0xff, 0x0);
  15.   i+=10;
  16.   DrawRectangle(i, 10, i+10, 20, 0x0, 0x0, 0xff, 0x8);
  17.  
  18.   SetColor(0xff, 0);
  19.   SendLcdString("ChipEnable.Ru", 10, 30);
  20.   SendLcdString("Motorola C350", 10, 46);
Add Comment
Please, Sign In to add comment