Part Number: LAUNCHXL-CC2640R2
Tool/software: Code Composer Studio
Hi,
I'm confused about the function "Display_printf()" in SDK/rtos/blestack/xxxx
When I use this function "Display_printf(dispHandle, 8, 0, "%s", “xxxxxxx”)", it echos a chain of "ASCII" like this:
87[10r[9;1H[2K xxxxxxx;
87[10r[9;1H[2K xxxxxxx;
And so on.
My question is
What should I do to delete "87[10r[9;1H[2K"? Besides, any other functions?
BR,
Yoole
