示例#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);
}