ili9341: Add color mode and inversion parameters#13105
ili9341: Add color mode and inversion parameters#13105aabadie merged 1 commit intoRIOT-OS:masterfrom
Conversation
|
Looking good. Should e.g., |
I think so yes. The behavior should be inverted when inversion is enable in the parameters. |
+1 Please add and squash! I'll give it another test and we can merge this. |
307eb10 to
146137e
Compare
Amended the enhancement, thanks for testing of course! |
kaspar030
left a comment
There was a problem hiding this comment.
ACK. Fixes color and inversion on PineTime.
Contribution description
This PR enhances the ILI9341 driver with additional config parameters:
Testing procedure
Check if compilation of the test still works. I think @aabadie has an stm32f429i-disc1 available for the run-time checks :)
Furthermore on the PineTime, with RGB mode and inversion enabled, the colors should be correct.
Issues/PRs references
None, but maybe we should rename this driver to something more generic, e.g.
spi_displayand alias bothili9341andst7789vmodules to this.