Hi badrad,
LCDOUT $FE,$60,$02,$06,$1a,$1a,$1a,$06,$02,$00
LCDOUT $FE,$78,$06,$0f,$0f,$0f,$0f,$0f,$0f,$00
The first line writes a "speaker" character to CGRAM address 4 and the last writes a "battery" to CGRAM addess 7.
To use the character you just write......
LCDOUT $04 'will write the "speaker" symbol.
The addresses(characternumber) are the numbers located right after the $FE.
character 0 = $40
character 1= $48
character 2 = $50
character 3= $58
character 4 = $60
character 5= $68
character 6 = $70
character 7= $78
The character itself is made up by the rest of the numbers following the address. Can't remeber if the bits are arranged horizontally or vertically. Draw it on a paper and have a look.
/Ingvar
Bookmarks