Open
Description
I have an ILI9488 SPI display that I've been working on a driver for. Unfortunately, I can't seem to get it to work with the standard bus device as it looks like the display driver is expecting each byte over SPI to be clocked individually rather than sending it all over one clock.
@bablokb has their own version of the ili9488 driver in which they use a custom build of circuitpython that employs the patch here bus core patch
I think it would be helpful to have an option to enable byte clocking if a display needs it while maintaining the current behavior by default.