LCD Display Screenshot Generator Other Projects
Border: Background:
Active pixel: Inactive pixel:
Display dimensions: x
Image size:
Cursor:
Cursor position: /

This is a generator for LCD/LED display screenshots. Suppoted display types: 5x8 character matrix, 7-segment, 14-segment, and 16-segment displays. Select the display type, type the message to be displayed, pick color scheme, display dimensions, cursor position, and image size, then press Preview to see the image, or Download to save it locally.

If the character you are looking for is not available, you can replace the symbol used for one or more characters with a custom bitmap. In the beginning, add a row for each character you are replacing and provide a 5-byte bitmap - one byte per character column - in the following format:

    %CHAR <character> <5-byte-raster>

For example, the following will replace the symbol "~" with the degree symbol:

    %CHAR ~ 6090906000
    Temp: 32~F

The result will look like this:

See also: Other projects