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.

Display special characters on Watch DevPack CC2650 SensorTag

Other Parts Discussed in Thread: CC2650

Hello TI ,

I use  CC2650 SensorTag and IIAR application  SensorTagDevPk.eww for display parameters on lcd (Sharp LS013B4DN04) Watch DevPack. It is possible to display special characters  (degree celsius, %... ) . I tried with C/C++  unicode for degree Celsius : "\u2103" but don't work, Also I try to define the symbol for Celsius.

Regards,

Sebi

  • At the moment only ASCII characters are support so in order to extend to UNICODE or 8-bit special characters you would need to modify the Graphics Library yourself. One quick workaround would be to draw the characters yourself and display them as images. I'm however a bit surprised that '%' is not displayed.