FabGL icon indicating copy to clipboard operation
FabGL copied to clipboard

ESP32 Display Controller (VGA, PAL/NTSC Color Composite, SSD1306, ST7789, ILI9341), PS/2 Mouse and Keyboard Controller, Graphics Library, Sound Engine, Game Engine and ANSI/VT Terminal

Results 85 FabGL issues
Sort by recently updated
recently updated
newest added

adding function to the Kaypro Terminal emulation to support the graphics functions. these were also Escape codes in later 1984 kaypro machines.

Hi Fabrizio, Just wanted to try the new CPM Multitasking example but I run into this: `/tmp/.arduinoIDE-unsaved2024714-8245-1qpkqhb.w7ioi/MultitaskingCPM/src/BDOS.cpp: In member function 'void BDOS::searchNextFillDMA_FCB(FileSearchState*, bool, const char*)': /tmp/.arduinoIDE-unsaved2024714-8245-1qpkqhb.w7ioi/MultitaskingCPM/src/BDOS.cpp:3906:45: error: no matching function...

I'm encountering a compilation error when running a basic program using FabGL on an ESP32 with the PlatformIO environment (using the Arduino framework). The error occurs when the compiler is...

I want to draw really big text, I saw theres a script to make custom fonts, but would be good if i could just scale up the existent fonts, either...

Hello, I encountered an issue while trying to use the ttf2header.py script from the FabGL project with Pillow version 10.4.0. Specifically, I get the following error: AttributeError: 'FreeTypeFont' object has...

Hi, Would it be possible to make the Pc emulation code to work with a TFT rgb display (800 * 480) ? I am using Arduino GFX lib for it...

### Discussed in https://github.com/fdivitto/FabGL/discussions/317 Originally posted by **badre2911** January 18, 2023 Hi, I need to print text file utf-8 on terminal. Does the FABGL library support UTF-8 ? Thanks. Background:...

I'm now trying to extend the `KeyboardVirtualKeys.ino` to the codepage 1252 character set (now it's apparently codepage 437), but can't find a statement, which sets the display font in the...

When doing some tests with the `KeyboardVirtualKeys` sketch, I found out that the break code of the PAUSE key does not lead to any reaction, whereas the make code appatrntly...

I checked the keyboard layout file `keyboardlayouts.cpp` against the German KB layout I've got on my PC and found out that quite a bunch of characters are missing although they...