Advertisement
KRITSADA

glcdFillCircle Ex

Sep 30th, 2021
1,346
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #include <popx2.h>  // POP-X2 Board
  2. void setup() {
  3.   glcdFillCircle(64,80,63,GLCD_RED);
  4. }
  5. void loop() {}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement