I am trying to display τ (tau) in a cell of a ListView, but the incorrect or black character is displayed instead.
I am using emWin5.16, I have also tried using GUI_UC_SetEncodeUTF8(); before I call LISTVIEW_SetItemText(hItem, 0, 14, "\xcf\x84"); or LISTVIEW_SetItemText(hItem, 0, 14, "τ");
What am I doing wrong here?
I am using emWin5.16, I have also tried using GUI_UC_SetEncodeUTF8(); before I call LISTVIEW_SetItemText(hItem, 0, 14, "\xcf\x84"); or LISTVIEW_SetItemText(hItem, 0, 14, "τ");
What am I doing wrong here?