LCD Registers: Difference between revisions

Line 105: Line 105:
!  Value
!  Value
!  Description
!  Description
!  Actual color components ordering
|-
|-
| 0
| 0
| GL_RGBA8_OES
| GL_RGBA8_OES
|
|-
|-
| 1
| 1
| GL_RGB8_OES
| GL_RGB8_OES
| BGR
|-
|-
| 2
| 2
| GL_RGB565_OES
| GL_RGB565_OES
| RGB
|-
|-
| 3
| 3
| GL_RGB5_A1_OES
| GL_RGB5_A1_OES
|
|-
|-
| 4
| 4
| GL_RGBA4_OES
| GL_RGBA4_OES
|
|}
|}