User Tools

Site Tools

한국어

cubloc:defchr:index

DefChr

DefChr code, data

code Custom character code (&hDB30 to &hDBFF)
data 32byte bitmap data

Model : CT1721C, CT1820, CUBLOC + GHB3224C

This command creates custom characters. A character of size 16×16 pixels can be created and stored in the LCD memory.

Then the character can be used just like any other regular character using the Print or GPrint and DPrint. A total of 207 custom characters can be stored in the memory. The characters are not preserved when powered off.

DefChr &HDB30,&HAA,&HAA,&HAA,&HAA,&HAA,&HAA,&HAA,&HAA,_
&HAA,&HAA,&HAA,&H55,&HAA,&HAA,&HAA,&HAA,_
&HAA,&HAA,&HAA,&HAA,&HAA,&HAA,&HAA,&HAA,_
&HAA,&HAA,&HAA,&HAA,&HAA,&HAA,&HAA,&HAA
 
Print Chr(&HDB30)

Go CUBLOC home

cubloc/defchr/index.txt · Last modified: 2016/04/14 11:07 (external edit)