Page 634 - 완) I MDP 프로젝트 작품 보고서(전체과 1학년)1.6
P. 634
}
void Delay(vu32 nCount)
{
for(; nCount != 0; nCount--);
}
void Display(void)
{
colors (White, Black); //text color, background
window();
LCD_clear();
LCD(line4, "Security Safe");
LCD(line5, "made by [3-3-2]");
}
void init_All_Periph(void)
{
GLCD_init();
RCC_Configuration();
NVIC_Configuration();
GPIO_Configuration();
USART1_Configuration();
USART2_Configuration();
// USART3_Configuration();
}
- 627 -