Arduino + 16 x 2 LCD + LCM1602 I2C Adaptor

For general Flowcode discussion that does not belong in the other sections.
oadramos
Posts: 15
http://meble-kuchenne.info.pl
Joined: Wed Oct 27, 2021 5:35 pm
Has thanked: 4 times

Re: Arduino + 16 x 2 LCD + LCM1602 I2C Adaptor

Post by oadramos »

I found a sniffer type code for Arduino IDE and this is what i get.
arduino IDE sniffer.PNG
arduino IDE sniffer.PNG (14.1 KiB) Viewed 2661 times

medelec35
Matrix Staff
Posts: 2088
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 645 times
Been thanked: 703 times

Re: Arduino + 16 x 2 LCD + LCM1602 I2C Adaptor

Post by medelec35 »

As it works with Arduino IDE for 0x27 and the sniffer states 0x27 just change the address within LCD properties to 0x27.
It will allow you to do that, then it will instantly change it to 39 = the decimal equivalent.
The other thing I would recommend is changing the Display from LCD I2C (LCM1602) to LCD I2C (Backpack) since there is an additional PrintFloat function.
Try the attached Flowchart & see if that works for you?
Don't forget to check your Arduino com port is selected within project options as it's a new flowchart to you.
Attachments
Flowcode3.fcfx
(9.87 KiB) Downloaded 348 times
Martin

oadramos
Posts: 15
Joined: Wed Oct 27, 2021 5:35 pm
Has thanked: 4 times

Re: Arduino + 16 x 2 LCD + LCM1602 I2C Adaptor

Post by oadramos »

medelec35 wrote:
Sat Oct 30, 2021 12:50 pm
As it works with Arduino IDE for 0x27 and the sniffer states 0x27 just change the address within LCD properties to 0x27.
It will allow you to do that, then it will instantly change it to 39 = the decimal equivalent.
The other thing I would recommend is changing the Display from LCD I2C (LCM1602) to LCD I2C (Backpack) since there is an additional PrintFloat function.
Try the attached Flowchart & see if that works for you?
Don't forget to check your Arduino com port is selected within project options as it's a new flowchart to you.
Hi, I'm sorry to say still not working.... its mind boggling!

Post Reply