JianyuWang0623 commented on PR #16094: URL: https://github.com/apache/nuttx/pull/16094#issuecomment-2765601250
> I think G and B channels are at inverted positions. When it should be Blue it is Green and when it should be Green it is Blue @acassis It seems that the RGB data endian was mismatch. The host is in little endian while the LCD controller ST7789 in big endian by default. It goes well after enabling the newly added configuration `ST7789_DATA_ENDIAN_LITTLE`. Please see the [comparation](https://github.com/apache/nuttx/compare/188da09c588477abb7b19996b3679a2d6b1f814e..d75802355b4f206893a48a4e0d25d3b6403b1766) above for details.  -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org