DEFLCDCHAR |
Action
Define a custom LCD character. Syntax DEFLCDCHAR char,r1,r2,r3,r4,r5,r6,r7,r8 Remarks char Variable representing
the character (0-7). You can use the LCD designer to build the characters. It is important that after the DEFLCDCHAR statement(s), a CLS follows. The special characters can be printed with the Chr() function. See also Example
|