User C Module for limited FabGL VGA support!

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
chibill
Posts: 47
Joined: Thu Oct 31, 2019 10:44 pm

User C Module for limited FabGL VGA support!

Post by chibill » Mon May 17, 2021 7:51 pm

I have been working on a User C Module for FabGL. http://www.fabglib.org/index.html
I have had some success in this as I can now draw Text on a VGA screen from python as well as set pixel colors on the screen. :)

I am slowly working on building out limited implementation for other parts of it other then the screen drawing.

Post Reply