Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbols merge. #5

Open
scheg0l opened this issue May 21, 2015 · 1 comment
Open

Symbols merge. #5

scheg0l opened this issue May 21, 2015 · 1 comment

Comments

@scheg0l
Copy link

scheg0l commented May 21, 2015

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
Copy link
Owner

gmtii commented May 21, 2015

please, do a merge request.

thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants