Author |
Message |
Topic: 1 master and 2 slave |
LoVeLy
Replies: 12
Views: 16142
|
Forum: General CCS C Discussion Posted: Wed Jun 20, 2012 9:56 am Subject: 1 master and 2 slave |
I've something to ask.
I can receive two data from two different Zigbee by using delay.
I want the lcd display TEMP1 from Zigbee 1 and TEMP2 from Zigbee 2.
but the problem is sometimes TEMP1 displa ... |
Topic: GLCD coding??? |
LoVeLy
Replies: 15
Views: 21309
|
Forum: General CCS C Discussion Posted: Wed Jun 13, 2012 4:22 am Subject: GLCD coding??? |
I think what E_Blue said is right.
This glcd only can display image.
So I need to draw the text.
But how to convert the text that I draw in glcd format?? |
Topic: GLCD coding??? |
LoVeLy
Replies: 15
Views: 21309
|
Forum: General CCS C Discussion Posted: Tue Jun 12, 2012 8:23 am Subject: GLCD coding??? |
I'm using KS0108 driver and this is the real hardware.
This is my coding.
#include <18F4525.h>
#use delay(clock=20M)
#fuses HS, NOWDT, NOLVP, NOPROTECT
//#use rs232(baud=9600, ... |
Topic: GLCD coding??? |
LoVeLy
Replies: 15
Views: 21309
|
Forum: General CCS C Discussion Posted: Tue Jun 12, 2012 7:29 am Subject: GLCD coding??? |
i'm using glcd_text57 in order to display text..
i can display the text but the text is not smooth..
the pixel is scattered..
is there any instruction instead of using glcd_text57?? |
Topic: GLCD coding??? |
LoVeLy
Replies: 15
Views: 21309
|
Forum: General CCS C Discussion Posted: Sat Jun 09, 2012 3:02 am Subject: GLCD coding??? |
I've successful displayed an image on glcd
but I still don't know how to display a text on glcd.
Can anyone kindly help me?? |
Topic: GLCD coding??? |
LoVeLy
Replies: 15
Views: 21309
|
Forum: General CCS C Discussion Posted: Fri Jun 08, 2012 1:38 am Subject: GLCD coding??? |
is there any problem if i connect :
DB0 of glcd -----> RD7 of pic
DB1 -----> RD6
DB2 -----> RD5
DB3 -----> RD4
DB4 -----> RD3
DB5 ... |
Topic: 1 master and 2 slave |
LoVeLy
Replies: 12
Views: 16142
|
Forum: General CCS C Discussion Posted: Mon Jun 04, 2012 2:49 am Subject: 1 master and 2 slave |
is there another method instead of using i2c??
in my project, master only receive data and slave only transmit data.. |
Topic: 1 master and 2 slave |
LoVeLy
Replies: 12
Views: 16142
|
Forum: General CCS C Discussion Posted: Mon Jun 04, 2012 2:05 am Subject: 1 master and 2 slave |
Master = PIC18F4525..only received data from 2 slaves and display on LCD.
Slave = PIC18F252 for both slaves..only transmit 8 bit data.
I'm using zigbee in order to transmit and receive data.
... |
Topic: 1 master and 2 slave |
LoVeLy
Replies: 12
Views: 16142
|
Forum: General CCS C Discussion Posted: Sun Jun 03, 2012 3:49 am Subject: 1 master and 2 slave |
can anyone give idea what type of instruction needed to receive data from 2 slaves...please!!!!really need help.. |
Topic: GLCD coding??? |
LoVeLy
Replies: 15
Views: 21309
|
Forum: General CCS C Discussion Posted: Wed May 30, 2012 3:30 am Subject: GLCD coding??? |
you can see the datasheet here..
http://www.datasheet4u.net/datasheet/J/H/D/JHD12864E_JHD.pdf.html
hopefully anyone can post a simple coding for this glcd to insert image and display text..reall ... |
Topic: GLCD coding??? |
LoVeLy
Replies: 15
Views: 21309
|
Forum: General CCS C Discussion Posted: Mon May 21, 2012 3:46 pm Subject: GLCD coding??? |
Can anyone post a simple and complete coding on how to display a text on glcd screen (128x64) by using pic18f4525...
please..really need help. |
|