2019-07-08 03:58 AM
Dear Members,
I got this error: #18: expected a ")" on this line :
LCD_SendCommand(lcd_addr, 0b00110000);
")" is already there, what's the issue ??
Thanks
2019-07-08 04:28 AM
Check if lcd_addr is correctly defined. But most likely there is an error in one of the previous lines (or included files) which causes an error to that correct line. Check for unterminated by ";" lines, unterminated quotation marks or parenthesis.
2019-07-08 04:50 AM
Binary is not accepted by most compilers.
2019-07-08 04:51 AM
so better be in hex ?
2019-07-08 04:52 AM
LCD_SendCommand(lcd_addr, 0x30h); ?
2019-07-08 05:00 AM
Lose the h, you're programming in C
0x30