|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
One RGB888 pixel used while scattering the four orientations. More...
Data Fields | |
| uint8_t | red |
| Red RGB888 component. | |
| uint8_t | green |
| Green RGB888 component. | |
| uint8_t | blue |
| Blue RGB888 component. | |
One RGB888 pixel used while scattering the four orientations.
Definition at line 42 of file cam_image.c.
| uint8_t cam_rgb_t::blue |
Blue RGB888 component.
Definition at line 45 of file cam_image.c.
Referenced by cam_image_scatter().
| uint8_t cam_rgb_t::green |
Green RGB888 component.
Definition at line 44 of file cam_image.c.
Referenced by cam_image_scatter().
| uint8_t cam_rgb_t::red |