moononournation / Arduino_GFX

Arduino GFX developing for various color displays and various data bus interfaces
Other
760 stars 151 forks source link

T-QT Pro text and back colors not working #490

Closed Zitus closed 3 weeks ago

Zitus commented 4 weeks ago

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?

moononournation commented 4 weeks ago

ips parameter set to true?

Zitus commented 4 weeks ago

No, that was it, thank you!

El vie, 7 jun 2024, 0:47, moononournation @.***> escribió:

ips parameter set to true?

— Reply to this email directly, view it on GitHub https://github.com/moononournation/Arduino_GFX/issues/490#issuecomment-2153519818, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEBJTGGZOJF7UE6PKMMJGQ3ZGDRIFAVCNFSM6AAAAABI5F6YICVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNJTGUYTSOBRHA . You are receiving this because you authored the thread.Message ID: @.***>

Zitus commented 4 weeks ago

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

moononournation commented 3 weeks ago

you may refer to the examples in U8g2Font folder