Replies: 1 comment
-
FabGL/src/dispdrivers/vgadirectcontroller.h Line 140 in 1909d60 I think I can achieve this with this method. I don't know. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone
Here is my story.
I recently tried to attach M5GFX to ESP_8_BIT_composite.
https://github.com/riraosan/ESP32_8BIT_CVBS.git
While I was hanging around GitHub for the purpose of realizing my next project, I came across FabGL.
I was strongly impressed with the library's ability to provide VGA output.
However, I wondered if FabGL's drawing library was not capable of high-speed drawing. (e.g. inlining).
I came up with the idea that I could create a Panel_VGA class for M5GFX for FabGL, just as I created a Panel_CVBS class for M5GFX for the ESP_8_BIT_composite library.
If you are interested in this idea, would you please support me?
What I want to do is to stick FabGL and M5GFX together.
Where is the class that manages the buffer to output to VGA? (I am currently analyzing)
Best regards.
Beta Was this translation helpful? Give feedback.
All reactions