BMP to PIC table for graphic LCD assembly utility

http://www.geocities.com/jrgert/SourceCode/

by John Gerthoffer of American Auto-Matrix

BMP2ASM.EXE, converts BMP files to PIC assembly code. The assembly code is then used in your program to display graphics on your LCD. Color or grey images are converted to black and white

This program takes a BMP file and scans it into 8-bit high rows. Each row is converted into a text file format for inclusion into assembly language programs. The intended target is the PIC microprocessor. Written to support the Smart Stat project.

This program is Delphi 3 code and has been tested on W95 first release and W98 2nd edition.
The EXE file and full Delphi 3 source code is available in BMP2ASM.ZIP

Delphi source code for Enrico Cavazza's modifications to produce both ASM and C output tables are available in BMP2ASM_C.rar

Ron Wintjens wrote a program that converts the PIC data table assembly code into a C array.  ASMCONVERT.ZIP

Questions:

Comments:

See also: