Put bitmap on the screen

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
siberianstar
Posts: 70
Joined: Thu Jun 22, 2006 9:24 pm

Put bitmap on the screen

Post by siberianstar »

Hello,

I've a bitmap header like this:

BITMAPV4HEADER *header;

and the BITMAP image data ex:

BYTE *image;

How can i put this image on the display ??
Post Reply