예제 #1
0
static void VFD_clr(void)
{
	int i;

	clear_display();
	if (mode_digit == DIGIT8)
	{
	    YWPANEL_VFD_ShowTimeOff();
	    for(i=1; i < 46; i++) aotomSetIcon(i, 0);
	}
}
예제 #2
0
static void VFD_clr(void)
{
	YWPANEL_VFD_ShowTimeOff();
	clear_display();
	VFD_set_all_icons(LOG_OFF);
}