Hi,
i have RA8875, 5" tft resistive touchscreen for adafruit.
the code below don't show label on buttons.
...
/* create 15 buttons, in classic candybar phone style */
char buttonlabels[15][5] = {"Send", "Clr", "End", "1", "2", "3", "4", "5", "6", "7", "8", "9", "*", "0", "#" };
uint16_t...