mipi_dbi_typec3_command setups 8 bpw transfers over SPI
mipi_dbi_spi_transfer(spi, speed_hz, 8, cmd, 1);
Should a quirk or parameter for devices that are behind 16-bit parallel interfaces but communicate over SPI? Or maybe arbitrary bit interfaces?
Otherwise the data gets kind of clobbered. I know these hacked displays are not the primary target of panel-mipi-dbi but it would be good to support with one driver.