-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I am getting SPI errors when the screen gets redrawn. I added a log in esp_lcd_sh8601.c to get information about the size of data being sent on the SPI bus. I seem to be getting those errors only when the size is around 80k. Should I be tunning something about buffers?
My application is an LVGL app using bsp.
I (369504) sh8601: tx_color cmd: 0x32002c00, param_size: 10944
I (369509) sh8601: tx_color cmd: 0x32002c00, param_size: 10944
I (369514) sh8601: tx_color cmd: 0x32002c00, param_size: 10944
I (369520) sh8601: tx_color cmd: 0x32002c00, param_size: 11664
I (369526) sh8601: tx_color cmd: 0x32002c00, param_size: 10944
I (369531) sh8601: tx_color cmd: 0x32002c00, param_size: 10944
I (369536) sh8601: tx_color cmd: 0x32002c00, param_size: 10944
I (369756) sh8601: tx_color cmd: 0x32002c00, param_size: 81536
E (369757) lcd_panel.io.spi: panel_io_spi_tx_color(395): spi transmit (queue) color failed
I (369772) sh8601: tx_color cmd: 0x32002c00, param_size: 81536
E (369773) lcd_panel.io.spi: panel_io_spi_tx_color(395): spi transmit (queue) color failed
I (369784) sh8601: tx_color cmd: 0x32002c00, param_size: 81536
E (369785) lcd_panel.io.spi: panel_io_spi_tx_color(395): spi transmit (queue) color failed
I (369793) sh8601: tx_color cmd: 0x32002c00, param_size: 54880
I (369797) sh8601: tx_color cmd: 0x32002c00, param_size: 1408
I (370487) sh8601: tx_color cmd: 0x32002c00, param_size: 10944
I (370490) sh8601: tx_color cmd: 0x32002c00, param_size: 10944
I (370494) sh8601: tx_color cmd: 0x32002c00, param_size: 10944
I (370498) sh8601: tx_color cmd: 0x32002c00, param_size: 10944
I (370501) sh8601: tx_color cmd: 0x32002c00, param_size: 10944