androidthings / contrib-drivers

Open source peripheral drivers
Apache License 2.0
558 stars 174 forks source link

Update readme to suggest BGR instead of RGB #98

Closed ed7coyne closed 6 years ago

ed7coyne commented 6 years ago

On an imx7d board at-least, If you try to send Color.X to this library it should expect it in BGR not RGB. This is more apparent if you use a compound color like Color.YELLOW where the effect will be more obvious.

ed7coyne commented 6 years ago

@devunwired let me know what you think about this change.