FabGL icon indicating copy to clipboard operation
FabGL copied to clipboard

Graphic mode/pallette change without restart of controller

Open danwerner21 opened this issue 2 years ago • 0 comments

Can someone point me to a spot in the documentation, or a bit of example code that shows how to change display resolution/palette without restarting the controller?

For instance, if I have an active terminal, I would like to be able to go from a 320x200 VGAController to a 800x600 VGA4Controller without a total reset as shown in the AnsiTerminal example.

I would expect that I should just be able to end the old controller and begin the new one, but that does not seem to work as expected.

Thanks again for the awesome work on this project!

danwerner21 avatar Jul 03 '23 16:07 danwerner21