LCD_Address_Set(0,0,LCD_W-1,LCD_H-1);
LCD_DC_SET();//写数据
uint16_t color_temp【240*2】;
memset(color_temp, Color, sizeof(color_temp));
for(uint16_t i=0;i<LCD_W/2;i++)
VSPI_data_x(color_temp,240*16*2);
源代码显示的是240240分辨率,我想问下这个函数怎么修改为320240的屏幕呀 现在显示不能全屏显示