This web page describes how to create bitmapped color images in a format that can be displayed using the E100's VGA controller.
color100 outputs the 15-bit pixel color values to two files: a binary file (suitable for an SD card) and an E100 assembly file. Each word in the output is a proper VGA color for the E100, so it can be sent directly to vga_color_write. The output starts at the upper left of the image and sweeps across a row, then goes to the next row, eventually reaching the lower right corner of the image.