I am busy with a project that needs me to write on CGRAM of lcd because I want to create a user defined pattern. Can anyone provide with a simple c code driver like flex_lcd (what a nice driver!!)?
wow!!!! I figured out the problem. I wrote #include <pic 16f877a.h> in the flex driver file by mistake. Maybe I thought I was writing on my main code. What a nice driver. It's so simple and stra ...
I just found out about flex_lcd.c driver. The only problem is that it does not compile with success as lcd.c does. The compile result is error 128 "flex_lcd.c" line 28(1,43):A #DEVICE requir ...