Designing a 128*64 pixels bitmap.

General discussion on mikroC PRO for PIC.
Post Reply
Author
Message
braus
Posts: 167
Joined: 25 Jul 2007 22:55
Location: Mexico, city.

Designing a 128*64 pixels bitmap.

#1 Post by braus » 27 Apr 2009 16:37

Hi, I´m working with a 128*64 GLCD and I would like to know if somebody of you know how to design a bitmap for this equipment, I´m trapped in this issue because I have no idea about how to solve this problem. Please help me.

The_RB
Posts: 172
Joined: 18 Jan 2008 05:32
Location: Australia
Contact:

#2 Post by The_RB » 27 Apr 2009 23:25

Hi, you "design" the bitmap using an image editing program. Like photoshop, photostudio etc or one of the shareware programs.

You can also use PBRUSH.exe (WinPaint) which I think is still included free as part of Windows but hidden in the C:\Windows directory.

These programs all have the ability to save the bitmap as "black and white" format, sometimes called "2 colour",

Then use the GLCD editor tool that comes with MikroC, to turn the bitmap into text array for use in your code.
Using; EasyPic4, EasyPIC6, BigPic4, MikroC. MPLab, MPASM.
C since 1991, PIC asm since 1998. Author of many freeware and open-source goodies; www.RomanBlack.com Designer of the www.TalkBotBrain.com talking PIC project.

Post Reply

Return to “mikroC PRO for PIC General”