RGB565 RGB565 is a way of representing a total of 65536 [1]colors in just 2 [2]bytes, i.e. 16 [3]bits, by using 5 bits (highest) for red, 6 bits for green (to which human eye is most sensitive) and 5 bits for blue; it can also be seen as a color [4]palette. It is similar to [5]rgb332 TODO Links: 1. color.md 2. byte.md 3. bit.md 4. palette.md 5. rgb332.md