libwsx libwsx
WSwan extra library for the Wonderful toolchain
Loading...
Searching...
No Matches
wsx_console_config Struct Reference

#include <console.h>

Data Fields

uint16_t tile_offset
 The index of the first tile used by the console.
uint8_t char_start
 The character represented by the first tile.
uint8_t char_count
 The number of characters represented by the tileset. (0 means 256)
uint8_t screen
 Screen to use (WSX_CONSOLE_SCREEN1 or WSX_CONSOLE_SCREEN2).
uint8_t palette
 Palette index to use (0-15).

Detailed Description

Definition at line 35 of file console.h.

Field Documentation

◆ char_count

uint8_t char_count

The number of characters represented by the tileset. (0 means 256)

Definition at line 38 of file console.h.

◆ char_start

uint8_t char_start

The character represented by the first tile.

Definition at line 37 of file console.h.

◆ palette

uint8_t palette

Palette index to use (0-15).

Definition at line 40 of file console.h.

◆ screen

uint8_t screen

Screen to use (WSX_CONSOLE_SCREEN1 or WSX_CONSOLE_SCREEN2).

Definition at line 39 of file console.h.

◆ tile_offset

uint16_t tile_offset

The index of the first tile used by the console.

Definition at line 36 of file console.h.


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