Page 1 of 1

esp8266 vga output with fabGL

Posted: Fri Mar 26, 2021 1:08 pm
by bohdan1993
HI!
I've found a project, that gives a possibility to use VGA monitor with ESP32.
https://github.com/fdivitto/fabgl
I'm trying to load example code to my board, as in the instruction video below.
https://www.youtube.com/watch?v=F2f0_9_TJmM
I did the same, but it doesn't compile. It asks different external libraries, such as freeRtos, avr_libc, more and more. New dependences appear, when I download this libraries to Arduino IDE.

So, please, help me to understand what am I doing wrong? What settings I need to add to the IDE to compile the project?
I can compile projects, that dont use fabGL, and load them to my ESP board.