Advertisement
Jaturapad

IPST glcdLine Example

Jun 24th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.20 KB | None | 0 0
  1. #include <ipst.h>
  2.  
  3. void setup(){
  4.   glcdLine(0,0,128,160,GLCD_RED);
  5.   glcdLine(64,0,64,160,GLCD_MAGENTA);
  6.   glcdLine(128,0,0,160,GLCD_YELLOW);
  7.   glcdLine(0,80,128,80,GLCD_BLUE);
  8. }
  9.  
  10. void loop(){}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement