Author |
Message |
Topic: lcd not displaying |
sobinstn
Replies: 7
Views: 13575
|
Forum: General CCS C Discussion Posted: Tue Mar 07, 2017 11:38 am Subject: lcd not displaying |
Hii,,
I tried this on proteus, after trying on breadboard.
thanks.. |
Topic: lcd not displaying |
sobinstn
Replies: 7
Views: 13575
|
Forum: General CCS C Discussion Posted: Tue Mar 07, 2017 11:35 am Subject: lcd not displaying |
Hii,
That too is not working, i checked it connecting lcd only. Still no.
Only pin D4 is high, all other pins are low.
What that could be ?
Thanks.. |
Topic: lcd not displaying |
sobinstn
Replies: 7
Views: 13575
|
Forum: General CCS C Discussion Posted: Mon Mar 06, 2017 11:02 am Subject: lcd not displaying |
Here LCD is not displaying anything, when the contrast is adjusted Dark squares only visible. When checked on Proteus the lcd pins are not ON.
LCD used is 20x4 Character LCD Module (Green), works o ... |
Topic: Project Creation |
sobinstn
Replies: 1
Views: 6967
|
Forum: General CCS C Discussion Posted: Sun Mar 05, 2017 12:58 am Subject: Project Creation |
How should i create the project to make this program run?
using PCWHD compiler version 4.057
http://ccspicc.blogspot.in/2016/09/ds1307-i2c-rtcc-alarms-set-buttons-circuit.html
Am not much expe ... |
Topic: How to Name a Pin |
sobinstn
Replies: 2
Views: 6755
|
Forum: General CCS C Discussion Posted: Fri Mar 03, 2017 12:12 am Subject: Thank you.. This is working.. |
Usually in CCS you would use the following paradigm:
#define ENABLE PIN_A7
...
output_low(ENABLE);
...
output_high(ENABLE);
...
output_toggle(ENABLE);
...et ... |
Topic: How to Name a Pin |
sobinstn
Replies: 2
Views: 6755
|
Forum: General CCS C Discussion Posted: Thu Mar 02, 2017 1:12 pm Subject: How to Name a Pin |
How do I name a pin in PIC ccs compiler? Example name RB0 to Enable, so that I can use enable=1 for high and enable =0 for low? |
|