Search found 2 matches
- Tue Nov 28, 2023 5:01 pm
- Forum: ESP32 Arduino
- Topic: How to dim/faint text with FabGL?
- Replies: 1
- Views: 5912
How to dim/faint text with FabGL?
I tried to use: 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_terminal_controller_ae486d1b6166f6e6a...
- Sat Nov 25, 2023 5:21 pm
- Forum: ESP32 Arduino
- Topic: Multiple terminals with FabGL
- Replies: 1
- Views: 5226
Multiple terminals with FabGL
I have written a simple CLI that navigates the filesystem. The CLI uses FabGL's Terminal, VGATextController and PS2Controller. It works just fine. I would like to use it to launch some applications. I tried "kilo", an open source text editor. Kilo works just fine when I compile it alone. But when I ...