Font en bitmap converter voor LCD displays

GLCD Font Creator

GLCD font creator

Website

Informatie (ENG)

GLCD Font Creator is the ultimate solution to create personalized fonts, symbols and icons for Graphic LCD (GLCD). It lets you create fonts for Liquid Crystal Displays (LCD) and Graphic LCD. It provides a very nice and intuitive user interface. GLCD Font Creator lets you create fonts and symbols from scratch, or by importing existing fonts on your system. It lets you modify and adjust them for your needs, apply effects to them, and finally export them as source code for use in your favorite language compiler.

LET OP: In v1.2 kan je je fonts NIET OPSLAAN (BUG), in v1.0.0 gaat dit wel goed!

GLCD font creator screen

6x8 font symbolen LCD


FastLCD

FastLCD logo

Geen website

FASTLCD by Bojan I. – MICRODESIGN.
Je kan met dit programma ook BITMAP bestanden importeren.

ATTENTIE: dit programma heeft het bestand COMDLG32.OCX nodig, download hier.

Download onderaan deze pagina.

Screenshot:

FastLCD screen


LCD Assistant (Windows)

LCDAssistant logo
Website

Informatie (ENG):

LCD Assistant is a free tool for converting monochromatic bitmaps to data arrays for easy use with programs for embedded systems with microcontrollers and graphics monochromatic LCD displays like a T6963C, KS0108, SED1335 etc. Program create files for use with any C compiler : for AVR, ARM, PIC, 8051 and ohter microcontrollers. You can use directly with Arduino, mbed and any other design environment based on C compiler. If you use graphic LCDs and you want to display pictures, this program is for You! You can draw image in you best graphic editor and save it in *.bmp file.

To convert image from bitmap file (or other standard graphics file format) to data array select from File menu command ‘Load image’. Next, select byte orientation (for example : vertical for KS0108, SED1520, SPLC0501C etc; horizontal for : T6963C, SED1335 etc). If in data array must be image size (width and height) select ‘Include size’ checkbox and specify endianness of size (for example: Little endian for AVR; Big endian for ST7). Size are placed in two 16-bit variables at the begin of data array. Next, specify pixels/byte parameter. If display can support miscellaneous font size (displays with T6963C controller) image can be converted to array of bytes with specified amount of pixels in each byte. At last select from “File” menu command “Save output”. Data array will be saved in specified file. Next, just include this file into project and use array name as parameter for function that displays bitmap on LCD. If you have trouble with use generating file, or program will generate wrong files please let me know.

LCDAssistant screen