原帖由 薯餅v.v 於 2009-4-23 21:51 發表 
用到了 不過吾知點解吾可以公仔+字+公仔
試多陣先"
There are 8 custom characters on each lcd
The custom character command is changing every time it called one of them e.g. $CustomChar(7,4,4,4,4,4,4,4,0) [will change the 7th]
to display this character to lcd you have to call the location stored in the lcd display $Chr(135)
Only one font on each line for this dll
To use the characters:
for 1 use $Chr(176)
for 2 use $Chr(158)
for 3 use $Chr(131)
for 4 use $Chr(132)
for 5 use $Chr(133)
for 6 use $Chr(134)
for 7 use $Chr(135)
for 8 use $Chr(136)
Sample
Email
$CustomChar(1,0,31,27,21,17,31,0,0)$Chr(176)
Clock
$CustomChar(1,0,14,21,23,17,14,0,0)$Chr(176)
PC
$CustomChar(1,0,14,10,14,31,31,0,0)$Chr(176)
[ 本帖最後由 Offer 於 2009-4-24 23:52 編輯 ] |