gmtii / ili9341-arduino

ILI9341 2.2 LCD library
61 stars 27 forks source link

Symbols merge. #5

Open scheg0l opened 9 years ago

scheg0l commented 9 years ago

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

gmtii commented 9 years ago

please, do a merge request.

thanks.