예제 #1
0
파일: video_txt.c 프로젝트: quartz55/FEUP
void vt_blank() {
  vt_fill(0x00, 0x7); //Use the fill function to fill the screen with empty chars
}
예제 #2
0
void vt_blank() {
	vt_fill(0x20, 0x00);
}