|
libws libws
WSwan hardware library for the Wonderful toolchain
|
A structure representing a 4 bit per pixel tile. More...
#include <display.h>
Data Fields | |
| union { | |
| uint32_t row [WS_DISPLAY_TILE_HEIGHT] | |
| Per-row access: 32 bits per row. More... | |
| uint8_t plane [WS_DISPLAY_TILE_HEIGHT][4] | |
| Per-byte access: 8 rows of 4 planes. More... | |
| }; | |
| union { ... } |
| uint8_t plane[WS_DISPLAY_TILE_HEIGHT][4] |
| uint32_t row[WS_DISPLAY_TILE_HEIGHT] |