Search found 71 matches

by gdt
Thu Jun 20, 2019 9:25 pm
Forum: Flowcode V8
Topic: glcd ssd1306 I2C and PIC16F1509
Replies: 3
Views: 2497

Re: glcd ssd1306 I2C and PIC16F1509

Hello Jorg,
it seems the same issue on this topic: viewtopic.php?f=63&t=21236

Regards
Giuseppe
by gdt
Thu May 16, 2019 8:31 pm
Forum: 8-Bit PIC
Topic: Help with SPI component
Replies: 16
Views: 11023

Re: Help with SPI component

Hello,
PIC16F18877 is probably not the only one to have problem on SPI harware channel.
I had the same issue with PIC16LF26K80 communicating with an SPI display gLCD_SSD1331: on Channel 1 it didn't work but on Software was ok.
Could it be a common problem?

Regards
Giuseppe
by gdt
Wed May 15, 2019 9:09 pm
Forum: Flowcode V7
Topic: I2C versus SDI Diplays.
Replies: 3
Views: 3606

Re: I2C versus SDI Diplays.

Hello Kersing,
many thanks for sharing useful info.
I wanted just to make sure I wasn't missing any obvious settings.

Regards
Giuseppe
by gdt
Wed May 15, 2019 10:30 am
Forum: Flowcode V7
Topic: I2C versus SDI Diplays.
Replies: 3
Views: 3606

Re: I2C versus SDI Diplays.

Hello,
i would just somebody to confirm if I2C displays take so much amount of RAM or it's just a specific component issue.

Thanks
Giuseppe
by gdt
Wed May 15, 2019 10:26 am
Forum: Flowcode V7
Topic: PIC16F18426 support on FC7.
Replies: 1
Views: 2670

PIC16F18426 support on FC7.

Hello,
is it possible to add PIC16F18426 on FC7 as well?

Regards
Giuseppe
by gdt
Sun May 12, 2019 8:23 pm
Forum: Flowcode V7
Topic: I2C versus SDI Diplays.
Replies: 3
Views: 3606

I2C versus SDI Diplays.

Hello body, in the past I've uded some I2C display (SH1106, SSD1306) with PIC18LF26K80 and no problem seen. Now I'm trying to use the same I2C display but with PIC16F1455 or 16F1825 and in both cases, even the simple "ClearDisplay" flowchart is giving compiler error (FC7 v7.3.0.7): ClearDisplay.png ...
by gdt
Wed Nov 21, 2018 1:27 pm
Forum: Flowcode V7
Topic: FC7 Compiler XC8 Ver 1.41 to XC8 Ver 1.45
Replies: 4
Views: 4026

Re: FC7 Compiler XC8 Ver 1.41 to XC8 Ver 1.45

Come on, this was an easy one!!!

Cheers.
Giuseppe
by gdt
Mon Nov 19, 2018 10:13 pm
Forum: Flowcode V7
Topic: FC7 Compiler XC8 Ver 1.41 to XC8 Ver 1.45
Replies: 4
Views: 4026

Re: FC7 Compiler XC8 Ver 1.41 to XC8 Ver 1.45

Hello Dave,
when you select the version 1.45 in the "Project Options" I guess you pick up the wrong file. It should point to xc8.exe.
In your log I see "Uninstall-xc8-v1.45.exe".

Regards
Giuseppe
by gdt
Tue Oct 16, 2018 9:35 pm
Forum: Flowcode V7
Topic: OLED Color SSD1331 display.
Replies: 17
Views: 9477

Re: OLED Color SSD1331 display.

Hello Martin, thanks for sharing your experience! I had in mind another post related to the same family http://www.matrixtsl.com/mmforums/viewtopic.php?f=64&t=20359&p=90175#p90175 where same hardware problem but on i2c. In this post a user said that "Hardware i2c and spi never worked on any 18FxxK40...
by gdt
Mon Oct 15, 2018 10:34 pm
Forum: Flowcode V7
Topic: OLED Color SSD1331 display.
Replies: 17
Views: 9477

Re: OLED Color SSD1331 display.

Hello Benj, thanks again for spending time for my problem! Anyway I checked your settings and tried to move to PIC (sorry I don't know Arduino) using same settings and any kind of possible combination and again no luck. Finally I decided to connect the display to PortB, using software, and..... the ...
by gdt
Mon Oct 15, 2018 2:59 pm
Forum: Flowcode V7
Topic: OLED Color SSD1331 display.
Replies: 17
Views: 9477

Re: OLED Color SSD1331 display.

Hello Stefan, thanks for your help but all that I have is what you see in the picture of the first post. This display is from ebay and there is no much more info. Benj, again as told I tested all possible configurations but no luck. I asked to share your test flowchart but I can't insist more. Thank...
by gdt
Sun Oct 14, 2018 10:55 am
Forum: Flowcode V7
Topic: OLED Color SSD1331 display.
Replies: 17
Views: 9477

Re: OLED Color SSD1331 display.

Hello Benj, The SDA pin should be connected to the MOSI pin and not to the MISO pin. The MISO in the display is connected to PORTC.4 in the PIC which is SDA. We may have to specify that the PIC is Master ans Display is Slave. The display has pins: GND, VCC, SCL, SDA, RES, DC, CS and there is no MISO...
by gdt
Thu Oct 11, 2018 1:31 pm
Forum: Flowcode V7
Topic: OLED Color SSD1331 display.
Replies: 17
Views: 9477

Re: OLED Color SSD1331 display.

Hello Benj, my display still doesn't work but it could be a setup problem. The Led is flashing but the display doesn't light at all. I'm attaching my test flowchart just to compare with your settings. My first question is if you used 5 or 3.3V device (I'm using 3.3V as the display should work). Also...
by gdt
Fri Sep 28, 2018 6:17 pm
Forum: Flowcode V7
Topic: OLED Color SSD1331 display.
Replies: 17
Views: 9477

Re: OLED Color SSD1331 display.

Wohhhh!!! So fast!
BTW no hurry. Take your time. I cannot test before next week.
Many Thanks!!!

Giuseppe
by gdt
Mon Aug 20, 2018 8:45 am
Forum: Bug reports
Topic: PIC18F26K40 I2C LCD not working
Replies: 7
Views: 7787

Re: PIC18F26K40 I2C LCD not working

Hello, I've used 18LF26K80 with SH1106 display on I2C CH1 and it works. I cannot say anything regarding xxK40 devices however I remember I had to play with Baud speed for I2C comms and the chip speed. In my case I enabled the internal PLL to run the PIC at 64MHz and the I2C baud speed at 400KHz. Wha...
by gdt
Thu Aug 16, 2018 2:32 pm
Forum: Flowcode V7
Topic: OLED Color SSD1331 display.
Replies: 17
Views: 9477

Re: OLED Color SSD1331 display.

Hello Benj, finally I received the display and tested with SSD1351 FC7 component but it doesn't work. Reading at this post https://github.com/sumotoy/SSD_13XX this display looks very interesting (standalone hardware accelerated scroll) so I wonder if you can make it working. Can you please PM a vali...
by gdt
Mon Aug 06, 2018 8:27 pm
Forum: Bug reports
Topic: PIC18F26K40 I2C LCD not working
Replies: 7
Views: 7787

Re: PIC18F26K40 I2C LCD not working

Hello,
I've used some SSD1306 display with PIC16F26K80 and it works. Attach your basic flowchart so everybody can try to see if anything wrong.
Regards
Giuseppe
by gdt
Tue Jul 24, 2018 9:05 pm
Forum: Flowcode V7
Topic: HX8347D display controller
Replies: 4
Views: 3901

Re: HX8347D display controller

Hello,
looking in the web it seems compatible with ILI9341.
Please try and let us know.

Regards
Giuseppe
by gdt
Thu Jul 05, 2018 11:57 am
Forum: Flowcode V7
Topic: OLED Color SSD1331 display.
Replies: 17
Views: 9477

Re: OLED Color SSD1331 display.

OK I'll order and try.
It will take at least one month but I'll let you know if it works.

Regards
Giuseppe
by gdt
Wed Jul 04, 2018 8:47 pm
Forum: Flowcode V7
Topic: OLED Color SSD1331 display.
Replies: 17
Views: 9477

OLED Color SSD1331 display.

Hello everybody, I would buy a few Oled Color display driven by SSD1331. SSD1331.jpg Unfortunately in FC7 I found SSD1351 which looks similar but...., and reading at this post http://www.matrixtsl.com/mmforums/viewtopic.php?f=54&t=19576&p=86355#p86355 I wonder if it was ever fixed. Is there anybody ...
by gdt
Fri Apr 27, 2018 3:53 pm
Forum: 8-Bit PIC
Topic: GLCD NOT WORK
Replies: 34
Views: 22379

Re: GLCD NOT WORK

Hello,
I tested my configuration with external xtal 20MHz on and also the version from Celebrium but in all cases I got same results.
I give up here as this display is not very interesting for me because it takes many pins from PIC.
Thanks everybody for your help.

Regards
Giuseppe
by gdt
Tue Apr 24, 2018 8:04 pm
Forum: 8-Bit PIC
Topic: GLCD NOT WORK
Replies: 34
Views: 22379

Re: GLCD NOT WORK

Hello, please don't misunderstand me!!! Thanks of course for reading somebody else problems and share your experience! This is the spirit of the forum! Of course I do the same when I have time. I just said that to make sure you where answering at the right post. No problems at all and again thank yo...
by gdt
Tue Apr 24, 2018 1:56 pm
Forum: 8-Bit PIC
Topic: GLCD NOT WORK
Replies: 34
Views: 22379

Re: GLCD NOT WORK

Hi,
you are confusing a bit because I didn't post any video. Anyway you are right regarding the speed of the CPU. It was one of the thing I had in mind to test as soon as possible. I'll try also you flowchart and let you know.

Regards
Giuseppe
by gdt
Sun Apr 22, 2018 6:56 pm
Forum: Flowcode V7
Topic: Flowcode 7 - Updates Since 7.3 - Questions
Replies: 6
Views: 5148

Re: Flowcode 7 - Updates Since 7.3 - Questions

Hi,
it it helps I've listed all CPus in my FCD directory which is up to date.

Regards
Giuseppe
by gdt
Fri Apr 20, 2018 9:12 pm
Forum: 8-Bit PIC
Topic: GLCD NOT WORK
Replies: 34
Views: 22379

Re: GLCD NOT WORK

If you read the entire post from beginning you'll see front/back of my gLCD. Could the power supply or LDO not supply enough current? I can exclude that because it's supplied with 2 18650 Li-Ion battery with a regulator to 5V. Vcc is always stable at 5V (checked by oscope). Software should also add ...