Standard C strings can include a specific ASCII code using the escape character ''. Here is an example from the Parola_Fonts sample code
"\x0b1\x0b0\x0c2\x0b2\x0c9"
More details here: Escape sequences - cppreference.com
Standard C strings can include a specific ASCII code using the escape character ''. Here is an example from the Parola_Fonts sample code
"\x0b1\x0b0\x0c2\x0b2\x0c9"
More details here: Escape sequences - cppreference.com