Page 1 of 1

How to dim/faint text with FabGL?

Posted: Tue Nov 28, 2023 5:01 pm
by benedettoproietti
I tried to use:

Code: Select all

TerminalController::setCharStyle(CharStyle::ReducedLuminosity, true);
or also the sequence "\033[2m dim text \033[0m"
But none works.
Any idea?

I am using an ESP32 dev board with Arduino IDE 2.2.1 on Windows.

http://www.fabglib.org/classfabgl_1_1_t ... ee8dd9465b

Re: How to dim/faint text with FabGL?

Posted: Wed Nov 29, 2023 2:49 am
by lbernstone