vgatext library  v0.5
Provides functions to simplify Propeller text display on a VGA monitor
Functions
vgatext_tile.c File Reference
#include "vgatext.h"

Functions

short vgatext_getTile (vgatext_t *vga, int x, int y)
void vgatext_setTile (vgatext_t *vga, int x, int y, short tile)
int vgatext_getTileColor (vgatext_t *vga, int x, int y)
void vgatext_setTileColor (vgatext_t *vga, int x, int y, int color)
 Set tile to one of eight color palette choices.

Detailed Description

vgatext tile utilities

Copyright (c) 2013, Parallax Inc Written by Steve Denson See end of file for terms of use.

Function Documentation

void vgatext_setTileColor ( vgatext_t vga,
int  x,
int  y,
int  color 
)

Set tile to one of eight color palette choices.

Parameters
xis current x screen position.
yis current y screen position.
colorpalette setting (0 to 7). See vgatext color indices.