ili9341-arduino icon indicating copy to clipboard operation
ili9341-arduino copied to clipboard

Symbols merge.

Open scheg0l opened this issue 9 years ago • 1 comments

void loop(void) { .... Tft.drawNumber(counter++, 0, 0, 2, WHITE); .... } when drawing characters merge into a white rectangle. the characters are not merged, when output in one position, you must add the function void TFT :: drawChar(.....) if((temp>>f)&0x01) { fillRectangle(poX+i_size, poY+f_size, size, size, fgcolor); } else fillRectangle(poX+i_size, poY+f_size, size, size, BLACK); //<------ BLACK is a Background color

scheg0l avatar May 21 '15 06:05 scheg0l

please, do a merge request.

thanks.

gmtii avatar May 21 '15 10:05 gmtii