Page 1 of 1

GLCD (SSD1306) I2C

Posted: Sun Feb 11, 2024 9:33 am
by Alan_37
Hello

This component has a very annoying bug , I set in the properties B8 as SDA and B9 as SCL
I compile everything works Fine .

When I restart Flowcode the connection properties Change back to B6 SDA and B7 SCL every time .

I am using 2D Legacy Dash , cos the project was started on v9 but the display was added on v10

Any help on how I can get rid of the bug please ?

Re: GLCD (SSD1306) I2C

Posted: Tue Feb 20, 2024 3:01 pm
by Steve-Matrix
I've tried to replicate this but can't. Can you please post a simple project that shows this problem.

Re: GLCD (SSD1306) I2C

Posted: Sat Mar 16, 2024 11:10 am
by Alan_37
Hi Steve ,

Just found out that the problem is not only on the SSD1306
I just made an SPI Master on a new product , if I use channel 1 ( hardware ) is saves the
connections properly , but if I use it is software mode and set the connections differently
it will not keep the connections after restarting flowcode , they will become Unconnected

I also tried this on windows 10 cos i was on 11 same thing

Re: GLCD (SSD1306) I2C

Posted: Sat Mar 16, 2024 11:57 am
by kersing
Have you done a full update of the components? There have been fixes made regarding the properties a little while ago.

Re: GLCD (SSD1306) I2C

Posted: Tue Mar 19, 2024 5:08 pm
by Alan_37
Hi

Thanks for your reply , Yes I have downloaded all the updates & restart .

I have included a sample Attachment , try to change the SSD1306 SDA to B9 and SCL to B8 Save and restart
it will default back SDA B7 and SCL B6 after restart.

Also Try to set the SPI Master to software , Mosi : B5 , Miso : B4, CLK : B3 , Save and Restart
it will become unconnected after restart .

Let me know if you have the same result .

Re: GLCD (SSD1306) I2C

Posted: Wed Mar 20, 2024 10:17 am
by BenR
Hello,

Many thanks for letting us know I have hopefully now resolved both of these issues for you via the latest library updates.

Re: GLCD (SSD1306) I2C

Posted: Wed Mar 20, 2024 7:46 pm
by Alan_37
Thanks for the fix

Regards