Skip to content

color conversion of readRect() different from readPixel() for ILI9488 #3108

Closed Answered by Bodmer
chconnor asked this question in Q&A - General
Discussion options

You must be logged in to vote

readRect creates a bitmap with swapped bytes in the 16-bit colour value. It is intended to be used with pushRect, see here:

https://github.com/Bodmer/TFT_eSPI/blob/master/TFT_eSPI.h#L600-L604

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by chconnor
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 participants
Converted from issue

This discussion was converted from issue #3097 on January 16, 2024 21:48.