Advertisement
waravutbutrat

IPST_glcdFillRect

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