function | Function name | number |
---|---|---|
Initializing the debug environment | DBG_Initial | 1 |
Display debug screen ON | DBG_DisplayOn | 2 |
Debug screen display OFF | DBG_DisplayOff | 3 |
Clear debug screen | DBG_ClearScreen | 4 |
Debug screen cursor set | DBG_SetCursol | 5 |
Display string on debug screen | DBG_Printf | 6 |
Key input processing using software keyboard | DBG_GetKeyStr | 7 |
Simple debugging process | DBG_Monitor | 8 |