|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Representation of a BBC micro:bit display image. More...
#include <mb_display.h>
Data Fields | ||
| union { | ||
| struct { | ||
| uint8_t c1:1 | ||
| uint8_t c2:1 | ||
| uint8_t c3:1 | ||
| uint8_t c4:1 | ||
| uint8_t c5:1 | ||
| } r [5] | ||
| uint8_t row [5] | ||
| }; | ||
Representation of a BBC micro:bit display image.
This struct should normally not be used directly, rather created using the MB_IMAGE() macro.
| union { ... } mb_image |
| uint8_t mb_image::c1 |
| uint8_t mb_image::c2 |
| uint8_t mb_image::c3 |
| uint8_t mb_image::c4 |
| uint8_t mb_image::c5 |
| struct { ... } mb_image::r[5] |
| uint8_t mb_image::row[5] |