Esempio n. 1
0
void vt_blank() {
  vt_fill(0x00, 0x7); //Use the fill function to fill the screen with empty chars
}
Esempio n. 2
0
void vt_blank() {
	vt_fill(0x20, 0x00);
}