libws libws
WSwan hardware library for the Wonderful toolchain
Loading...
Searching...
No Matches
ws_display_tile_4bpp_t Struct Reference

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...
}; 

Detailed Description

A structure representing a 4 bit per pixel tile.

Definition at line 81 of file display.h.

Field Documentation

◆ [union]

union { ... }

◆ plane

uint8_t plane[WS_DISPLAY_TILE_HEIGHT][4]

Per-byte access: 8 rows of 4 planes.

Definition at line 84 of file display.h.

◆ row

uint32_t row[WS_DISPLAY_TILE_HEIGHT]

Per-row access: 32 bits per row.

Definition at line 83 of file display.h.


The documentation for this struct was generated from the following file: