FabGL
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
hi your lib is so great and easy to use thanks for your great job that i can use esp32 out put VGA singal i want to use esp32 out...
Hello Fabrizio, Thank you for creating this great tool! I am experimenting with the composite video output to a 7'' 16:9 800x480 digital monitor. Currently running the base example with...
https://github.com/fdivitto/FabGL/blob/1ad27134a17275dafe86a685be7389d7a49339fb/src/fabutils.cpp#L1753 I offer to simplify function APLLCalcParams to reduce computation time. Here is example of possible alternative: output: ``` f=25.175000MHz APLLCalcParams.steps=160 sdm0=235 sdm1= 17 sdm2= 6 o_div= 2 a= 1...
I've been trying to fix fabgl so it will run on IDF, which I see it is suppose to do. It seems there have been some major changes to IDF...
When trying to compile the PC Emulator code, I come across this bunch of errors: In file included from C:\Users\tapeg\AppData\Local\Temp\.arduinoIDE-unsaved2024216-7412-lawcjw.zwokr\PCEmulator\machine.cpp:27: C:\Users\tapeg\AppData\Local\Temp\.arduinoIDE-unsaved2024216-7412-lawcjw.zwokr\PCEmulator\machine.h: In constructor 'Machine::Machine()': C:\Users\tapeg\AppData\Local\Temp\.arduinoIDE-unsaved2024216-7412-lawcjw.zwokr\PCEmulator\machine.h:181:44: error: 'Machine::m_disk' will be initialized...
I tried to look in other issues, docs, discussion but did not find anything relevant. I think that this could be of general use and I'm surprised that up to...
Hello, I would like to get FABGL, more precisely "BaseExample" for FBAS to run on a Lolin Wemos ESP32 S2 Mini. But it has its DAC on GPIO17 and GPIO18...
Are there any plans to make FabGL compatible with ESP-IDF 5.2.1? There are a few components (ADC, WiFi) that need to be updated. Thx.
thank you Fabio for your fantastic project. I would like to ask you if it is possible to have the gerber files of the FABGL card compatible with Z80-MBCx and...
Dear Fabrizio, I know it isnt your fault, but I cant compile the RunCPM-v6.3-VGA32-FabGL (FabGl v1.0.9 Release or also the 05.11.2023-snapshot) port with the new ESP32-Core v3.0.0 (we had such...