Remove xfer_mode parameter from send_data
This commit is contained in:
parent
8a065b32b6
commit
016517b163
3 changed files with 7 additions and 20 deletions
|
@ -134,7 +134,7 @@ void ili9341_flush(lv_disp_drv_t * drv, const lv_area_t * area, lv_color_t * col
|
|||
|
||||
/* Memory write */
|
||||
display_interface_send_cmd(drv, 0x2C, CMD_WIDTH_8BITS, NULL, 0);
|
||||
display_interface_send_data(drv, color_map, size * 2, DATA_XFER_MODE_ASYNC);
|
||||
display_interface_send_data(drv, color_map, size * 2);
|
||||
}
|
||||
|
||||
void ili9341_sleep_in(lv_disp_drv_t * drv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue