Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <pop7.h> // include for POP-7
- void setup()
- {
- OK(); // Wait for OK Button
- glcdFillScreen(GLCD_WHITE); // White Screen
- glcdFillCircle(64,80,20,GLCD_RED); // Red Area Circle
- }
- void loop()
- {
- // Nothing
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement