Page 2 of 2

Re: PR8-b, need help [Urgent]

PostPosted: Thu Nov 25, 2010 1:24 am
by shahrul
Noobie WROTE:what about something like this:

send_cmd(0x2E,0x00,0x10,0x00);


what is 0x2E? are they address or?
how do we noe what 0X2E do ?

Where you see this command? Is that send command to LCD, or send UART?

0x2E is 1 byte data, value in hexadecimal.

Re: PR8-b, need help [Urgent]

PostPosted: Thu Nov 25, 2010 10:05 pm
by yonghui
send_cmd(0x2E,0x00,0x10,0x00);


refer to the function to see what the function is doing.

the send_cmd is the function name

0x2E,0x00,0x10,0x00 are the parameters sent to the function.