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

#include <display.h>

Data Fields

union { 
 
   struct { 
 
      uint16_t   tile: 9 
 
      uint8_t   palette: 4 
 
      uint8_t   bank: 1 
 
      bool   flip_h: 1 
 
      bool   flip_v: 1 
 
   }  
 
   uint16_t   attr 
 
};  
 

Detailed Description

Definition at line 67 of file display.h.

Field Documentation

◆ [union]

union { ... }

◆ attr

uint16_t attr

Definition at line 76 of file display.h.

◆ bank

uint8_t bank

Definition at line 72 of file display.h.

◆ flip_h

bool flip_h

Definition at line 73 of file display.h.

◆ flip_v

bool flip_v

Definition at line 74 of file display.h.

◆ palette

uint8_t palette

Definition at line 71 of file display.h.

◆ tile

uint16_t tile

Definition at line 70 of file display.h.


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