Author |
Message |
Topic: OLED 128x64 SSD1306 I2C PIC16F1788 driver |
Jhonny
Replies: 15
Views: 154975
|
Forum: Code Library Posted: Wed Jun 10, 2015 6:35 am Subject: OLED 128x64 SSD1306 I2C PIC16F1788 driver |
Dear PCM programmer!
Thank you very much! This is a good solution, it works!  |
Topic: OLED 128x64 SSD1306 I2C PIC16F1788 driver |
Jhonny
Replies: 15
Views: 154975
|
Forum: Code Library Posted: Tue Jun 09, 2015 7:10 am Subject: OLED 128x64 SSD1306 I2C PIC16F1788 driver |
Thank you for the source code! How can displayed with variable (or constant) to a value?
for example:
unsigned int16 value = 1234;
OLED_text (0,0, value, 2); // Here should be the solution ... |
Topic: Output_bit , nothing |
Jhonny
Replies: 2
Views: 6862
|
Forum: General CCS C Discussion Posted: Fri Mar 27, 2015 10:13 am Subject: Output_bit , nothing |
Okay, I begin to understand. Thank you very much, it seems to me that we have to work well.  |
Topic: Output_bit , nothing |
Jhonny
Replies: 2
Views: 6862
|
Forum: General CCS C Discussion Posted: Fri Mar 27, 2015 8:42 am Subject: Output_bit , nothing |
Hi!
I use this code:
#include <12F683.h>
#device ADC=16
#FUSES NOWDT //No Watch Dog Timer
#FUSES noPUT //Power Up Timer
#FUSES PROTECT ... |
Topic: MAX7219 Serial 8 digit seven segment display driver |
Jhonny
Replies: 5
Views: 11969
|
Forum: General CCS C Discussion Posted: Wed Apr 02, 2014 8:26 am Subject: MAX7219 Serial 8 digit seven segment display driver |
Ttelmah!
Bull's-eye! That was the problem! But it is in the program, but has been commented out, I do not know why?
Thank you very much for your help! |
Topic: MAX7219 Serial 8 digit seven segment display driver |
Jhonny
Replies: 5
Views: 11969
|
Forum: General CCS C Discussion Posted: Wed Apr 02, 2014 2:11 am Subject: MAX7219 Serial 8 digit seven segment display driver |
Yes, it works ... but only sometimes. May require that the normal departure, when the power source off and on very quickly. It's no good if the power goes out because the display does not start correc ... |
Topic: MAX7219 Serial 8 digit seven segment display driver |
Jhonny
Replies: 5
Views: 11969
|
Forum: General CCS C Discussion Posted: Tue Apr 01, 2014 12:17 pm Subject: MAX7219 Serial 8 digit seven segment display driver |
http://www.ccsinfo.com/forum/viewtopic.php?t=38882
I would like to ask for help. I use your code and very good. Thank you for sharing! The problem is that the removal of the power (and then back swit ... |
Topic: GPRMC GPS message decode |
Jhonny
Replies: 12
Views: 101631
|
Forum: Code Library Posted: Mon Feb 10, 2014 7:55 am Subject: GPRMC GPS message decode |
Dear PCM programmer! That's right, you say! That's exactly what I wanted. Thank you very much for your help and for PICoHolic!  |
Topic: GPRMC GPS message decode |
Jhonny
Replies: 12
Views: 101631
|
Forum: Code Library Posted: Sun Feb 09, 2014 8:01 am Subject: GPRMC GPS message decode |
It's already defined above!!
Just declare it before you use it!
Dear Picoholic! Please describe for me exactly where and how to declare this "MyGPRMCInfo." The source would be great, but ... |
Topic: Internal Prescaler EX_FREQ.C |
Jhonny
Replies: 34
Views: 57543
|
Forum: General CCS C Discussion Posted: Tue May 28, 2013 9:41 am Subject: Internal Prescaler EX_FREQ.C |
dyeatman, Mike!
Thank you very much!
I try to do my program. I hope you will succeed. Wish me luck!  |
Topic: Internal Prescaler EX_FREQ.C |
Jhonny
Replies: 34
Views: 57543
|
Forum: General CCS C Discussion Posted: Sun May 26, 2013 10:25 am Subject: Internal Prescaler EX_FREQ.C |
Okay, thank you!
You have a few questions:
In your code, how do I spit out the frequency? The while () loop? What gives it its value? Could complement your code here for me? What is the maximum meas ... |
Topic: Internal Prescaler EX_FREQ.C |
Jhonny
Replies: 34
Views: 57543
|
Forum: General CCS C Discussion Posted: Sun May 26, 2013 6:13 am Subject: Internal Prescaler EX_FREQ.C |
Dear dyeatman!
Thanx comment, but:
1., Mike uses 16MHz, but I use 20MHz
2., As I write now, I'm just a "EX_FREQ.C" code and I want to modify. I do not want another (new) code.
The rest ... |
Topic: Internal Prescaler EX_FREQ.C |
Jhonny
Replies: 34
Views: 57543
|
Forum: General CCS C Discussion Posted: Sun May 26, 2013 3:19 am Subject: Internal Prescaler EX_FREQ.C |
I would like to ask for help:
I use the word "EX_FREQ.C" code, but the sampling period of 1 second too long. What do you have to change to 1ms, 10ms and 100ms time be?
Possibly can be sele ... |
Topic: push button |
Jhonny
Replies: 8
Views: 16253
|
Forum: General CCS C Discussion Posted: Sun Jul 31, 2011 1:29 pm Subject: push button |
Here is my version. There is a parameter that monitors the key is released and pressed (status). I hope you understand ...
if (!input (PIN_A4) && status==0) //input butt ... |
Topic: MAX6921 |
Jhonny
Replies: 2
Views: 5777
|
Forum: General CCS C Discussion Posted: Mon Jan 31, 2011 1:38 am Subject: MAX6921 |
Very thanks, I was looking for this theme! If I can not do that, then I ask you? I hope you can help me then if I do not get along. |
|