I found a sniffer type code for Arduino IDE and this is what i get.
Arduino + 16 x 2 LCD + LCM1602 I2C Adaptor
-
- Posts: 15
- http://meble-kuchenne.info.pl
- Joined: Wed Oct 27, 2021 5:35 pm
- Has thanked: 4 times
-
- 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
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.
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
Re: Arduino + 16 x 2 LCD + LCM1602 I2C Adaptor
Hi, I'm sorry to say still not working.... its mind boggling!medelec35 wrote: ↑Sat Oct 30, 2021 12:50 pmAs 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.