Author |
Message |
Topic: Driver for st7920 128x64 LCD |
kaem1189
Replies: 27
Views: 246056
|
Forum: Code Library Posted: Tue Aug 27, 2013 7:44 am Subject: Driver for st7920 128x64 LCD |
This display gives me 4 to 5 fps in serial mode...
Mine was a little better with 8 bit parallel mode. lol. Too slow graphics lcd |
Topic: Driver for st7920 128x64 LCD |
kaem1189
Replies: 27
Views: 246056
|
Forum: Code Library Posted: Tue Aug 13, 2013 7:11 am Subject: Driver for st7920 128x64 LCD |
In the display there is a pin marked as NC, and if I touch it, a lot of "noise" appears on the screen. I tied it to ground by a 22k resistor and all the problems disappeared...
Very strange ... |
Topic: Another DS1307 driver |
kaem1189
Replies: 34
Views: 338046
|
Forum: Code Library Posted: Sat Jun 01, 2013 8:20 pm Subject: Another DS1307 driver |
I know that this is already a decade old thread. I am wondering why there is a ds1307_init() code. I think it makes no sense (unless there is function that stops the oscillator). init command fetch th ... |
Topic: DS1307 Real time Clock Driver AM/PM Format |
kaem1189
Replies: 4
Views: 46926
|
Forum: Code Library Posted: Fri May 24, 2013 8:23 pm Subject: DS1307 Real time Clock Driver AM/PM Format |
Thanks for sharing your code.
It would have been nice when you made more clear that your code only differs from the original version in the part where your code is 12hrs with AM/PM support where the ... |
Topic: Driver for st7920 128x64 LCD |
kaem1189
Replies: 27
Views: 246056
|
Forum: Code Library Posted: Fri May 24, 2013 8:19 pm Subject: Driver for st7920 128x64 LCD |
Im glad i could help everyone. |
Topic: DS1307 Real time Clock Driver AM/PM Format |
kaem1189
Replies: 4
Views: 46926
|
Forum: Code Library Posted: Wed May 15, 2013 4:32 pm Subject: DS1307 Real time Clock Driver AM/PM Format |
welcome |
Topic: Please, help! (18F series) |
kaem1189
Replies: 15
Views: 23951
|
Forum: General CCS C Discussion Posted: Wed May 08, 2013 7:27 pm Subject: Please, help! (18F series) |
Hello,
Have you tried disabling spi, i2c and uart as well as ccp? I see that port B is multiplexed with these features. |
Topic: DS1307 Real time Clock Driver AM/PM Format |
kaem1189
Replies: 4
Views: 46926
|
Forum: Code Library Posted: Sun May 05, 2013 6:22 am Subject: DS1307 Real time Clock Driver AM/PM Format |
Ds1307 with AM/PM function tested with software i2c on PIC16f88
Compiler: CCS v4.140
Driver
///////////////////////////////////////////////////////////////////////////////////////
/// ... |
Topic: Driver for st7920 128x64 LCD |
kaem1189
Replies: 27
Views: 246056
|
Forum: Code Library Posted: Thu Jan 03, 2013 1:47 am Subject: Driver for st7920 128x64 LCD |
GREAT!!! welcome! |
Topic: Driver for st7920 128x64 LCD |
kaem1189
Replies: 27
Views: 246056
|
Forum: Code Library Posted: Sat Dec 08, 2012 9:37 am Subject: Driver for st7920 128x64 LCD |
I was lost my hope to find this driver. Thank you so much.. Can you give us an example program to use this driver?
I tried my test program but have too many compile error.
#include <18F4550 ... |
Topic: Driver for st7920 128x64 LCD |
kaem1189
Replies: 27
Views: 246056
|
Forum: Code Library Posted: Sat Dec 08, 2012 9:28 am Subject: sample |
#include <18F2550.h>
#device adc=8;
#fuses HS,NOWDT,NOPROTECT,NOLVP,NODEBUG,NOBROWNOUT,CPUDIV1,PUT
#use delay(clock=20M)
#include <st7920.h>
const unsigned char TAB[ ... |
Topic: Driver for st7920 128x64 LCD |
kaem1189
Replies: 27
Views: 246056
|
Forum: Code Library Posted: Thu Nov 29, 2012 7:02 am Subject: Driver for st7920 128x64 LCD |
st7920.h
/************************************************************************
* LCD graphics driver for Digole 12864w with ST7920 driver using *
* CCS software. May work with other S ... |
|