Next Previous Contents

3.214 tgi_done

Function

End graphics mode, switch back to text mode. Will NOT uninstall or unload the driver!

Header

tgi.h

Declaration

void tgi_done (void);

Description

End graphics mode, switch back to text mode. Will NOT uninstall or unload the driver!

Availability

cc65

See also

Other tgi functions

Example

None.


Next Previous Contents