Re: [PATCH v3 3/3] drm/ssd130x: Add SSD135X_FAMILY and SSD1351 support
"holofermes@holowork" <[email protected]>
| Newsgroups | org.freedesktop.lists.dri-devel |
|---|---|
| Message-ID | <20260817042954.391736-1-1163915+holofermes@users.noreply.github.com> |
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