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