A89: Re: pics and sprites


[Prev][Next][Index][Thread]

A89: Re: pics and sprites




Hello,

> and is it possible to make grayscale sprites?
> if so how..
I'd download Sprite Editor from ticalc.org and use that. It allows you to
make grayscale sprites that are 8x8, 16x16, or 32x32 in size. Then it
converts the sprites to hex code for TI-GCC to use. The sprite will be a
variable (char for 8x8, int for 16x16, and long for 32x32). Then you simply
paint it by saying:

Sprite16(x,y,height,SpriteVar,LCD_MEM, SPRT_XOR);

Easy, huh?

I'll have to check on the displaying full-screen pictures though, that's a
little bit more difficult.

S. Thompson
Fuzmeister



Shop online without a credit card
http://www.rocketcash.com
RocketCash, a NetZero subsidiary



Follow-Ups: References: