Category Archives: Intel Hex Output

Intel Hex Data Output

Intel Hex Data Output (memory map)

Update V4.0

Intel HEX is a file format that conveys binary information in ASCII text form. It is commonly used for programming microcontrollers, EPROMs, and other types of programmable logic devices.  ( Source : About Intel Hex )

In the Output + Settings menu , there’s a new item, for the image inside the Work Canvas to be exported to Data as Intel Hex Files. (blue arrow)

There are several options located in the Start Conversion dialog to change the Intel Hex format.

bitmap2lcd_Intel_Hex_Generated

GLCD Data array output options

Bitmap2LCD is a tool for programming small Graphic LCDs in embedded systems.

Output of the GLCD data array in a binary file
The converter data output feeds a built in hexadecimal editor and is saved to disk in a binary file (*.hex)

Output of the GLCD data array in a INTEL Hex format

Details about Intel Hex Data Output

Output of the GLCD data array in a text file for the compiler or assembler, format 8, 16 or 32 bit data

The converter data output feeds a built in text editor and can saved to disk in a text file
( *.c , *.h , *.asm , “.lib etc..)

Next to the data file, a rich text file (*.rtf) which contains all GLCD conversion parameters is written to disk, in the user defined “Documents folder”.