0.3.1
|
Data Structures | |
union | rgb1555 |
Not yet documented. More... | |
struct | rgb1555.__unnamed6__ |
Macros | |
#define | RGB1555_INITIALIZER(_msb, _r, _g, _b) |
Not yet documented. | |
#define | RGB1555(_msb, _r, _g, _b) ((rgb1555_t)RGB1555_INITIALIZER(_msb, _r, _g, _b)) |
Not yet documented. | |
#define | RGB888_RGB1555_INITIALIZER(_msb, _r, _g, _b) RGB1555_INITIALIZER(_msb, (_r) >> 3, (_g) >> 3, (_b) >> 3) |
Not yet documented. | |
#define | RGB888_RGB1555(_msb, _r, _g, _b) ((rgb1555_t)RGB888_RGB1555_INITIALIZER(_msb, _r, _g, _b)) |
Not yet documented. | |
Functions | |
void | rgb888_rgb1555_conv (const rgb888_t *color_888, rgb1555_t *result) |
Not yet documented. | |
Description goes here.
union rgb1555 |
Not yet documented.
Data Fields | ||
---|---|---|
struct rgb1555.__unnamed6__ | __unnamed__ | |
uint16_t | raw | Not yet documented. |
struct rgb1555.__unnamed6__ |
#define RGB1555_INITIALIZER | ( | _msb, | |
_r, | |||
_g, | |||
_b | |||
) |
Not yet documented.
_msb | Not yet documented. |
_r | Not yet documented. |
_g | Not yet documented. |
_b | Not yet documented. |
#define RGB1555 | ( | _msb, | |
_r, | |||
_g, | |||
_b | |||
) | ((rgb1555_t)RGB1555_INITIALIZER(_msb, _r, _g, _b)) |
Not yet documented.
_msb | Not yet documented. |
_r | Not yet documented. |
_g | Not yet documented. |
_b | Not yet documented. |
#define RGB888_RGB1555_INITIALIZER | ( | _msb, | |
_r, | |||
_g, | |||
_b | |||
) | RGB1555_INITIALIZER(_msb, (_r) >> 3, (_g) >> 3, (_b) >> 3) |
Not yet documented.
_msb | Not yet documented. |
_r | Not yet documented. |
_g | Not yet documented. |
_b | Not yet documented. |
#define RGB888_RGB1555 | ( | _msb, | |
_r, | |||
_g, | |||
_b | |||
) | ((rgb1555_t)RGB888_RGB1555_INITIALIZER(_msb, _r, _g, _b)) |
Not yet documented.
_msb | Not yet documented. |
_r | Not yet documented. |
_g | Not yet documented. |
_b | Not yet documented. |