Search found 36 matches

by Got_MiKroC
19 Jan 2024 03:02
Forum: mikroC PRO for PIC General
Topic: Looking for MikroC book or code example??
Replies: 4
Views: 522

Re: Looking for MikroC book or code example??

Here is the first iteration of the project It is working code which has the PIC12F683 driving the 8 digit 7 segment MAX7219 display The code currently does not have SoftwareSerial.Read functionality yet. At this point - we simply have the PIC driving the display After initiation of the MAX7219 - it ...
by Got_MiKroC
19 Jan 2024 00:42
Forum: mikroC PRO for PIC General
Topic: Getting error with Word2STR function
Replies: 1
Views: 324

Re: Getting error with Word2STR function

My bad!
I had the function called outside of the MAIN
Its working fine now!
Sorry!!!
by Got_MiKroC
19 Jan 2024 00:09
Forum: mikroC PRO for PIC General
Topic: Getting error with Word2STR function
Replies: 1
Views: 324

Getting error with Word2STR function

Hello all, I'm experimenting with the Word2STR function - which is one of the CONVERSION functions. I'm trying the example code which is provided in help info for this function But I'm getting an error //EXAMPLE: unsigned t = 437; char txt[6]; WordToStr(t, txt); // Here txt should be converted to th...
by Got_MiKroC
15 Jan 2024 18:30
Forum: mikroC PRO for PIC General
Topic: Looking for MikroC book or code example??
Replies: 4
Views: 522

Re: Looking for MikroC book or code example??

Thank you very much ivan!

I will look at these
Sincere thanks!
by Got_MiKroC
12 Jan 2024 00:39
Forum: mikroC PRO for PIC General
Topic: Looking for MikroC book or code example??
Replies: 4
Views: 522

Looking for MikroC book or code example??

Hello all, I am very infrequent in playing with PICs - and its been perhaps a few years since my last PIC project. The project I currently have in mind is one I worked out - with an Arduino yesterday. But it would be wonderful if I could accomplish it with a PIC12F683 I would like to create a very s...
by Got_MiKroC
07 Feb 2021 08:05
Forum: mikroC PRO for PIC General
Topic: Controlling an SSD1306 OLED display with 12F683?
Replies: 23
Views: 4326

Re: Controlling an SSD1306 OLED display with 12F683?

jumboelettronica - what you've done is totally awesome!! I haven't been able to get the 16F1825 program to work. I've taken an Oscope to all of the pins while its running - looking for the SCL and DAT signals - and not found them. And I tried putting a pull-up resistor on MCLR - just in case that wa...
by Got_MiKroC
05 Feb 2021 21:22
Forum: mikroC PRO for PIC General
Topic: Controlling an SSD1306 OLED display with 12F683?
Replies: 23
Views: 4326

Re: Controlling an SSD1306 OLED display with 12F683?

Yes! Thank you very much!

I'll be giving that a try also.
But is there a possibility of displaying only the double-sized numbers?
by Got_MiKroC
04 Feb 2021 22:53
Forum: mikroC PRO for PIC General
Topic: Controlling an SSD1306 OLED display with 12F683?
Replies: 23
Views: 4326

Re: Controlling an SSD1306 OLED display with 12F683?

I noticed in the Font_Nokia.C file - you have an ASCII table for NOKIA 96 rows * 5 byte characters. And below that you have another ASCII table with numbers only - but in double-size. Is it possible to utilize that table for the displaying of numbers only - in double size? If so, could you let me kn...
by Got_MiKroC
04 Feb 2021 21:27
Forum: mikroC PRO for PIC General
Topic: Controlling an SSD1306 OLED display with 12F683?
Replies: 23
Views: 4326

Re: Controlling an SSD1306 OLED display with 12F683?

I made a slight change in a few of the parameters - you are writing within the OLED_096inc_I2C_Lib.c file In order to adjust the code for a 128-32 display On line: writeByte(0x3F); // 1/64 duty I changed this to writeByte(0x1F); // 1/32 duty and line: writeByte(0x12); // send byte via I2C for 64 dis...
by Got_MiKroC
04 Feb 2021 21:07
Forum: mikroC PRO for PIC General
Topic: Controlling an SSD1306 OLED display with 12F683?
Replies: 23
Views: 4326

Re: Controlling an SSD1306 OLED display with 12F683?

Success with the 12F683 version!!

It initiates the 128-32 OLED display and then cycles between two outputs - without about 1 second delay between the two.
Very impressive!!!

I suspect I should be able to modify one of the included files - to adjust the matrix from 64 to 32?
by Got_MiKroC
04 Feb 2021 19:21
Forum: mikroC PRO for PIC General
Topic: Controlling an SSD1306 OLED display with 12F683?
Replies: 23
Views: 4326

Re: Controlling an SSD1306 OLED display with 12F683?

I just tried your project using the 16F1825 As I'm just getting myself familiar with MikroC - I don't yet have the license version. And I'm afraid the code is beyond the demo limit size. I tried commenting out some of the functions - such as drawing lines, and reversing the display etc. But I'm not ...
by Got_MiKroC
04 Feb 2021 18:18
Forum: mikroC PRO for PIC General
Topic: Controlling an SSD1306 OLED display with 12F683?
Replies: 23
Views: 4326

Re: Controlling an SSD1306 OLED display with 12F683?

Ok,
I'll start working on that today then :-]
by Got_MiKroC
03 Feb 2021 20:32
Forum: mikroC PRO for PIC General
Topic: Controlling an SSD1306 OLED display with 12F683?
Replies: 23
Views: 4326

Re: Controlling an SSD1306 OLED display with 12F683?

I just ordered the display from Amazon.
It will probably be here in about 5 days.
Again my very sincere thanks!
dw
by Got_MiKroC
03 Feb 2021 20:14
Forum: mikroC PRO for PIC General
Topic: Controlling an SSD1306 OLED display with 12F683?
Replies: 23
Views: 4326

Re: Controlling an SSD1306 OLED display with 12F683?

Thank you very much jumboelettronica

I sincerely appreciate!

I currently have available - only the 128x32 display.
I will have to order a 128x64 display in order to try this.
I can do that now and get back to you when it comes in.

Go to advanced search