Sorry for the shady question, I'll try to be more specific. LCD receives command and data bytes, the difference between them is that one of the controlling wires (named RS, C/D, ...) is low for cmd and high for data. My questions should have been:
How do I influence this? In code from development kit, LCD_BASE address was written to send command, LCD_BASE+2 was written to send data. Why +2? And are there any other functions, when I write to +1, +3, +4, ... address?
Thanks
Entik
Edit: Ok, I figured out something it as soon as I sent this post. The LCD RS wire is connected to A1 pin of the addressing bus, so when I write to 0x61000002 address, this pin is set to 1 and makes the difference between command and data. So no need to answer to this post and thank you for pointing me the right direction...
