We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
when i use the coding " mmb_lcdPutCtl(LCD_CGRAM(1));" in my program...it shows an error that "requires ANSI-STYLE prototype"
wat doesn that mean? how do i solve this? thanks
Have you defined prototypes for mmb_lcdPutCtl() and CD_CGRAM() and does the compiler get to parse them before it reaches the line?
no...cos i don know how to define and i got that from a site...can give me an example?
"i don know how to define and i got that from a site"
That's the trouble with just asking for "Sample Code" when you don't actually understand what's going on.
There are two pre-requisites:
1. You need a working understanding of the 'C' programming language;
2. You need a working understanding of LCDs.
You need to lay these foundations before you start building your skyscraper!