Grx.set_mode_default_graphics

@accepts(bool)
@returns(bool)
def set_mode_default_graphics(clear):
    # Python wrapper for grx_set_mode_default_graphics()
  

Set the mode to the default graphics mode.

This is 640x480x16 by default but can be changed by Grx.set_driver.

clear

If True, clear the screen after setting the mode.

Returns