Return to previous page Return to menu Go to next page

  Title  
Function specifications
  Function  
Debug screen display ON
  Function Name  
DBG_DisplayOn
No
2

 
format void DBG_DisplayOn (void) Input None Output None Function value None Function Displays the debug screen.

  Title  
Function specifications
  Function  
Debug screen display off
  Function Name  
DBG_DisplayOff
No
3

 
format void DBG_DisplayOff (void) Input None Output None Function value None Function Does not display the debug screen.

  Title  
Function specifications
  Function  
Clear debug screen
  Function Name  
DBG_ClearScreen
No
4

 
format void DBG_ClearScreen (void) Input None Output None Function value None Function Deletes the data written on the debug screen.

  Title  
Function specifications
  Function  
Debug screen cursor set
  Function Name  
DBG_SetCursol
No
5

 
format void DBG_SetCursol (Uint16 x, Uint16 y) Input x: X coordinate Y y: Y coordinate Output None Function value None Function Specify the cursor position.


Return to previous page Return to menu Go to next page