-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Summary: Log SPI response from Display.
Description: For debugging purposes we would like to record the SPI responses that the Main Host receives from the panels. In most cases we expect the message that is sent to the panel is simply sent back to confirm it is working. Would there be any way to log these messages? Even if the SPI messages are logged only for a single panel, this may help us debug times when the screen stops displaying but we do not understand why. One idea to implement would be two additional commands ‘Start Debug’ and ‘Stop Debug’ that mirror the behavior of ‘Start Log’ and ‘Stop Log’ but provide more verbose logging. For example, ‘Stop Debug’ could be [0x01 0x50] and ‘Start Debug’ could be [0x02 0x51 0xRC ] with R being a row number, C being a column number for the panel we want the SPI response logged. In either R or C case, "0" would be a catch all (all in that row, all in that column…)