vgatext library
v0.5
Provides functions to simplify Propeller text display on a VGA monitor
|
#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. |
vgatext tile utilities
Copyright (c) 2013, Parallax Inc Written by Steve Denson See end of file for terms of use.
void vgatext_setTileColor | ( | vgatext_t * | vga, |
int | x, | ||
int | y, | ||
int | color | ||
) |
Set tile to one of eight color palette choices.
x | is current x screen position. |
y | is current y screen position. |
color | palette setting (0 to 7). See vgatext color indices. |