touchgfx print Unicode para o caractere "♂" 0x2642
Hello everyone,
I spend hours trying to print the male and female ♂ ♀ symbol on the screen, without success.
I tested this code and it works perfectly, when I change the hex to the desired symbol does it print "?"
Screen1ViewBase::setupScreen();
Unicode::UnicodeChar buf[2] = {0x2082, 0};
Unicode::strncpy(textArea1Buffer, buf, 5);
textArea1.invalidate();any tips please
Regards,
Rego
