#include #include #include #include #include #include "DevUtil.h" #include "filetools.h" #include "Gpio.h" #include "Lcd.h" int main(int argc, char **argv) { Lcd Small_lcd; Small_lcd.Small_Lcd_Initial_Lcd(); while(1) { //Small_lcd.Lcd_Clear_screen(); Small_lcd.display_Selective(4); //sleep(2); //Small_lcd.Lcd_Clear_screen(); Small_lcd.display_Selective(1); //sleep(2); //Small_lcd.Lcd_Clear_screen(); Small_lcd.display_Selective(2); //sleep(2); //Small_lcd.Lcd_Clear_screen(); Small_lcd.display_Selective(3); //sleep(2); //Small_lcd.Lcd_Clear_screen(); Small_lcd.display_Selective(1); //sleep(2); } return 0; }