Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <tice.h>
- #include <stdlib.h>
- #include <keypadc.h>
- #include <stdint.h>
- /* Main function, called first */
- int main(void)
- {
- uint24_t x;
- x = 3;
- ]
- void gfx_Begin();
- /* Print a string */
- void gfx_FillRectangle(x, 1, 50, 50);
- /* Waits for a key */
- while (!kb_IsDown(kb_KeyClear)){
- /* Return 0 for success */
- kb_Scan();
- }
- void gfx_End(void);
- return 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment