From: Fabio Piparo <[email protected]> Hello Amit,
> - Add a bool cmd_params_are_data to ssd130x_deviceinfo, checked after > the first byte is sent to decide how to send the parameters. If it is > set, the parameters go through ssd130x_write_data(); otherwise the > existing byte-by-byte loop is used. I have an SPI SSD1322 and I can confirm it also needs this flag, and it also takes command parameters on the data path. I plan to send SSD1322 support on top of your v4 soon, but I'm happy to test v4 on that hardware when you post it. Thanks, Fabio
