LCD Drivers [ Collection of different LCD drivers.. from character based LCD to Graphical LCDs ]
Comments
spenaker
| 28 May : 11:17
cant download
Reply to this
|
Ajay
| 28 May : 11:35
simply click on the blue download icon and download it.
Reply to this
|
Marlon
| 19 Aug : 15:25
can you please help post the pinning configuration for LCD and microcontroller used.
Also how i can open the lcdlib.lib file?
thanks
Reply to this
Le Do Nam Binh
| 28 May : 01:47
#include<at89x51.h>
can you please help
#include <lcd.h>
void main(void)
{
wrt_value(8);
while(1) ;
}
Build target 'Target 1'
compiling lcd1.c...
linking...
*** WARNING L1: UNRESOLVED EXTERNAL SYMBOL
SYMBOL: _WRT_VALUE
MODULE: lcd1.obj (LCD1)
*** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL
SYMBOL: _WRT_VALUE
MODULE: lcd1.obj (LCD1)
ADDRESS: 0012H
Program Size: data=9.0 xdata=0 code=22
creating hex file from "lcd"...
"lcd" - 0 Error(s), 2 Warning(s).
Reply to this
|
Le Do Nam Binh
| 28 May : 01:48
can you please help
#include<at89x51.h> #include <lcd.h>
void main(void) {
wrt_value(8); while(1) ; }
Build target 'Target 1' compiling lcd1.c... linking... *** WARNING L1: UNRESOLVED EXTERNAL SYMBOL SYMBOL: _WRT_VALUE MODULE: lcd1.obj (LCD1) *** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL SYMBOL: _WRT_VALUE MODULE: lcd1.obj (LCD1) ADDRESS: 0012H Program Size: data=9.0 xdata=0 code=22 creating hex file from "lcd"... "lcd" - 0 Error(s), 2 Warning(s).
Thanks
Reply to this
|
Submit comment
Google Search for Microcontrollers!