staticvoiddisp_flush(lv_disp_drv_t * disp_drv,const lv_area_t * area, lv_color_t * color_p){
/*The most simple case (but also the slowest) to put all pixels to the screen one-by-one*////use user define funcitons to fill colorLCD_Color_Fill(area->x1,area->y1,area->x2,area->y2,(uint16_t *)color_p);//* IMPORTANT!!!
* Inform the graphics library that you are rea