fix errors of naming function

This commit is contained in:
wuzheng
2022-11-22 15:57:33 +08:00
parent 49df162734
commit c1976c8d92
12 changed files with 130 additions and 51 deletions
@@ -85,7 +85,7 @@ void TestTouch(void)
PrivWrite(lcd_fd, &graph_param, NULL_PARAMETER);
}
uint16 color_select[20];
uint16 color_select[LCD_SIZE];
memset(color_select,0xff,sizeof(color_select));
graph_param.pixel_info.pixel_color = &color_select;
while(1){