Clear the virtual display
void SLsmg_cls (void)
SLsmg_cls
erases the virtual display using the current color.
This will cause the physical display to get cleared the next time
SLsmg_refresh
is called.
This function is not the same as
SLsmg_gotorc (0,0); SLsmg_erase_eos ();
since these statements do not guarantee that the physical screen
will get cleared.
SLsmg_refresh, SLsmg_erase_eos