Coding_guy_

Untitled

May 31st, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #include <tice.h>
  2. #include <stdlib.h>
  3. #include <keypadc.h>
  4. #include <stdint.h>
  5. /* Main function, called first */
  6. int main(void)
  7. {
  8.  
  9. uint24_t x;
  10. x = 3;
  11. ]
  12. void gfx_Begin();
  13.  
  14. /* Print a string */
  15.  
  16. void gfx_FillRectangle(x, 1, 50, 50);
  17. /* Waits for a key */
  18. while (!kb_IsDown(kb_KeyClear)){
  19. /* Return 0 for success */
  20. kb_Scan();
  21. }
  22.  
  23. void gfx_End(void);
  24. return 0;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment