Changed camera RGB565 Bytes order

- swapped to correspond to the display
This commit is contained in:
Joachim
2020-08-27 16:54:06 +02:00
parent 525b94bf4a
commit b48351499f

View File

@ -74,7 +74,7 @@
#define IMAGE_MODE_JPEG_EN 0x10
#define IMAGE_MODE_YUV422 0x00
#define IMAGE_MODE_RAW10 0x04
#define IMAGE_MODE_RGB565 0x08
#define IMAGE_MODE_RGB565 0x09 // Changed lsb to 1 for RGB bytes inversion
#define IMAGE_MODE_HREF_VSYNC 0x02
#define IMAGE_MODE_LBYTE_FIRST 0x01