|
>
Application Examples using Displays
   
 
>
Serial/I2C
LCD (Liquid Crystal Display) modules
Comfile serial/I2C LCD display modules are very easy-to-use with built-in support
for CUNET(I2C) and RS232 communication. Incredible baud rates of 115200bps are supported.
Various sizes and LED backlight
are provided.
| 
|
|
Source Code for above LCD screen using a CUBLOC CB280 module:
|
|
|
|
Const
Device=CB280
Set
Display
2,0,0,128
Cls
'Clear
screen Csroff
'Cursor
Off
Locate
0,0 Print
"====================" Locate
0,1 Print
"(c)COMFILE" Locate
8,2 Print
"technology" Locate
0,3 Print
"===================="
|
|
|
|
|
(12 lines total)
|
|