the colour type for rgb565 More...
#include <arm_2d_types.h>
Data Fields | |
uint16_t | tValue |
struct { | |
uint16_t | u5B: 5 |
uint16_t | u6G: 6 |
uint16_t | u5R: 5 |
}; | |
the colour type for rgb565
uint16_t arm_2d_color_rgb565_t::tValue |
struct { ... } arm_2d_color_rgb565_t::@4 |