moononournation / Arduino_GFX

Arduino GFX developing for various color displays and various data bus interfaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

T-QT Pro text and back colors not working

Zitus opened this issue · comments

I have updated the firmware but still the commands
gfx->fillScreen(BLACK);

or

gfx->setTextColor(GREEN);

doesn't have any effect on the board, which still displays a white background and violet text.

IS there something i'm missing?

ips parameter set to true?

How to use extended character set? it's possible?

you may refer to the examples in U8g2Font folder