Closed makermelissa closed 5 years ago
I think all displays want parameters as commands. Data is strictly only for pixel data.
I checked the ST7735R datasheet and it says parameters are data. (See the D/C column below.)
You are right, I tested it with DC=0 and it doesn't work on that display then. Sorry for the assumption.
The SSD1331 likes everything sent as commands. I could format the INIT data as all commands, but that gets lengthy, so it would be nice to just pass a parameter to allow this to happen automatically. Additionally all of the boundary parameters need to be treated as commands too.