void draw() Bdisp_AllClr_DDVRAM(); PrintXY(x, y, "*", 0); Bdisp_PutDisp_DD();
// Your code here return 1; // 1 = normal exit, 0 = error
return 1;
unsigned short key; while(1) GetKey(&key); if(key == KEY_CTRL_EXE) break;
PrintXY(1, 1, "Hello Casio!", 0); Bdisp_PutDisp_DD();