How to dim/faint text with FabGL?
Posted: Tue Nov 28, 2023 5:01 pm
I tried to use:
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
Code: Select all
TerminalController::setCharStyle(CharStyle::ReducedLuminosity, true);
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