This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/LAUNCHXL-CC2640R2: display.h

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