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

Just start a fresh Altair8800, press Pause S A and you will get a stream of zeros in the length of the disk. One of the pre-conditions is not initialized...

bug

Hi Fabrizio, I'd love to attach one of my 7 inch 1024x600 TFT displays to my VGA32_1.4 and utilize the native resolution, but it seems I can't :-( Unfortunately, there...

Hi, is that possible add option for combine Vertical and Horizontal signals into one output, aka Composite sync, like in this schematic https://www.epanorama.net/circuits/vga2tv/psergio_csync.gif

Bug: VIC20.ino, if SD card is inserted into a TTGO v1.4 board and you try to choose RAM Expansion 32K or 35K (32K + 3K) the board will reboot itself....

Issue: AnsiTerminal.ino is not working correctly when connecting to a hardware serial device. I'm using a TTGO VGA32 v1.4 board connected to a Serial/TTL converter using a DB9 connection and...

It has a built in 320x240 screen, 4MB PSRAM, ESP32, MicroSD card support, etc.. apart from missing the keyboard would it be a stretch to get everything running on it?...

Do you have a backup or mirror for https://cloud.cbm8bit.com/adamcost/vic20list.txt ?

Hey, great lib! I saw interesting project http://www.symbos.de/facts.htm That OS needed only 1mb ram and the project seems to be very interesting. Its running on Z80 systems from what I...

`LineEditor.onSpecialChar` mistakenly always triggers `LineEditorSpecialChar::CursorUp`, also when `CursorDown` is pressed. Root cause is a simple typo in `LineEditor::edit`: [link](https://github.com/fdivitto/FabGL/blob/1ad27134a17275dafe86a685be7389d7a49339fb/src/terminal.cpp#L5159) ``` switch (c) { // "ESC [ A" : cursor Up...