Search found 6 matches

by iamspeedbump
13 Dec 2010 08:16
Forum: mikroC PRO for PIC General
Topic: How do you determine the size of an int array.
Replies: 2
Views: 1225

Re: How do you determine the size of an int array.

Thank you Sparky1039. That was helpful.
by iamspeedbump
12 Dec 2010 08:16
Forum: mikroC PRO for PIC General
Topic: How do you determine the size of an int array.
Replies: 2
Views: 1225

How do you determine the size of an int array.

Hello, I have a possible dumb question. How do you find the size of an int array that is passed into a function? I have googled. But all examples I find don't work. void Example1() { // Everything in Example1 works as I expect. // *********************************** unsigned short iMyArray[]={2,4,6}...
by iamspeedbump
02 Dec 2010 05:05
Forum: mikroC General
Topic: Function Question.
Replies: 2
Views: 1371

Re: Function Question.

Thank you. That was very helpful.
by iamspeedbump
23 Nov 2010 08:01
Forum: mikroC General
Topic: Function Question.
Replies: 2
Views: 1371

Function Question.

How would you pass a port into a function so that you can read or write to a givin pin? Code example below int SampleCode(unsigned short MyPort, unsigned int PortPin) { if(MyPort.PortPin == 1) { return 100; } else { return 10; } } void DoSomething() { PORTB = SampleCode(PORTC,3); }
by iamspeedbump
12 Feb 2007 06:21
Forum: mikroC General
Topic: GLCD 128x64 data sheet needed
Replies: 10
Views: 9200

Donald, Thank you very much for the info you provided. http://lcmdisplays.com/graphicmono.htm was the most helpful. It listed the built in controller KS0108. Did a google search and found a lot of data sheets. Again thank you.

ps. I have also found that the Samsung S6B0108 replaced KS0108.
by iamspeedbump
11 Feb 2007 23:32
Forum: mikroC General
Topic: GLCD 128x64 data sheet needed
Replies: 10
Views: 9200

GLCD 128x64 data sheet needed

I have a EasyPIC4 that came with a GLCD 128x64. Can anyone out there tell me where I can find a data sheet for it. On the pack of the GLCD I find part number LGM12864B-NSW-BBS

Go to advanced search