English
Language : 

GU180X32D-K610A4 Datasheet, PDF (5/7 Pages) List of Unclassifed Manufacturers – Dot Graphic VFD Module
Dot Graphic VFD Module
GU180x32D-K610A4
DISPLAYING TEXT
The module contains 3 font sizes, a proportional mini-font, 5x7 pixel, and a 10x14 pixel font.
Characters of any size can be written to any part of the display. All data sent to the module from
20H to FFH is treated as character data. Characters are positioned above the current cursor
position, see Fig1. Each character written will include a one pixel space on the right side of the
character. After each character is written to the display, the cursor position is automatically
advanced. If the cursor position reaches the end of the display, the host must reposition to the
next line.
The following example displays two text messages in the center of the display.
5x7 FONT
SET CURSOR
DISPLAY TEXT
SET CURSOR
DISPLAY TEXT
0,0
0,7
6,7
Cursor Positioning, example of writing 2 characters
from cursor position 0,7.
1DH 10H 30H 0FH ‘NORITAKE ITRON’ 10H 39H 17H ‘VFD MODULES’
The next example displays one line of text using the 10x14 font.
10x14 FONT SET CURSOR DISPLAY TEXT
Displaying text in the small 5x7 font.
1EH 10H 39H 17H ‘180x32’
The module can display a cursor to aid character positioning and text input. The
size of the cursor depends upon the currently selected font, and can be set to flash
or remain static.
5x7 FONT
SET CURSOR
DISPLAY TEXT
ENABLE FLASHING CURSOR
Displaying text in the large 10x14 font.
1DH 10H 0DH 0EH ‘ENTER NAME: ’ 1AH 18H
DISPLAYING GRAPHICS
Using the cursor to aid user input.
Graphical images can be displayed on the VFD module in either a horizontal or vertical byte orientation. After each graphical data write, the cursor
is automatically advanced, depending upon the direction selected in the ‘Write Mode’ command. The most significant bit is positioned to the top
(vertical data) or to the left (horizontal data).
The following example displays a simple graphical image using horizontal graphic data. The write mode
is first set to horizontal data format, with a vertical cursor movement. The cursor is positioned before
sending the 8 byte of graphical data using the graphics command.
SET HORIZONTAL WRITE MODE
SET CURSOR GRAPHIC WRITE LENGTH
GRAPHIC DATA
MSB
- 1CH
- 5CH
- 48H
- 3EH
- 1DH
- 1DH
- 14H
- 36H
Graphic Image using horizontal data
MSB
1AH 40H 10H 3AH 0CH 18H 08H 1CH 5CH 48H 3EH 1DH 1DH 14H 36H
The next example displays a simple graphical image using vertical graphical data. The write mode is
first set to vertical data format, with a horizontal cursor movement. The cursor is positioned, then the
top 20 bytes are sent using the graphic write command. The cursor is then repositioned to send the
bottom 20 graphical bytes.
SET VERTICAL WRITE MODE
SET CURSOR
GRAPHIC WRITE
LENGTH
GRAPHIC DATA
Graphic Image using vertical data
1AH 80H 10H 62H 08H 18H 14H 00H 00H 00H 00H 07H 04H C7H FEH 72H 73H
32H 3EH 3FH 1DH 00H 00H 00H 00H 00H 00H
10H 62H 10H 18H 14H 00H 3CH 42H 81H B9H C1H 42H 7CH 20H D8H
FCH 3CH FCH CAH 49H B1H 89H 42H 3CH 00H
The graphic area write command 1FH uses top-left and bottom-right XY co-ordinates to define an Displaying graphic images in vertical and horizontal format.
area to which graphical data bytes will be written. The orientation is set-up using the write mode
command 1AH. Unused bits are masked where the screen area is not a byte multiple.
NORITAKE ITRON VFD MODULES
GU180x32D-K610A4