Hi Martin the jumper is on and I have tried it on a couple of LCD's with the same result
Pete
issue using LCD with I2C backpack
-
- Posts: 33
- http://meble-kuchenne.info.pl
- Joined: Sat Nov 20, 2021 11:28 am
- Has thanked: 1 time
-
- Posts: 33
- Joined: Sat Nov 20, 2021 11:28 am
- Has thanked: 1 time
Re: issue using LCD with I2C backpack
Hi Martin the jumper is on and I have tried a couple of different LCD's both giving the same result. I have been talking to labcenter (proteus) as your guys possibly you also use Proteus I will also PM something they emailed to me reference this issue.
Pete
Pete
-
- Matrix Staff
- Posts: 1913
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 619 times
- Been thanked: 644 times
Re: issue using LCD with I2C backpack
Hi Pete.
I have looked more closely at your project file an spotted the issue, it is not a bug.
Within properties, You have got Use Backlight set to No.
That means that if the Backlight has been previously turned off or from new never turned on, then the Backlight won't be lit.
What you need to do is change Use Backlight to Yes and then before the main loop add BacklightControl and set to 1.
There is no need to do that for LCM1602 as that has the backlight enabled and set to 1 as a default.
I have looked more closely at your project file an spotted the issue, it is not a bug.
Within properties, You have got Use Backlight set to No.
That means that if the Backlight has been previously turned off or from new never turned on, then the Backlight won't be lit.
What you need to do is change Use Backlight to Yes and then before the main loop add BacklightControl and set to 1.
There is no need to do that for LCM1602 as that has the backlight enabled and set to 1 as a default.
Martin
-
- Posts: 33
- Joined: Sat Nov 20, 2021 11:28 am
- Has thanked: 1 time
Re: issue using LCD with I2C backpack
Hi Martin
I believe you have confirmed their are issues with the LCD's can you give me an update of when these will be fixed please.
Many thanks
Pete
I believe you have confirmed their are issues with the LCD's can you give me an update of when these will be fixed please.
Many thanks
Pete
-
- Matrix Staff
- Posts: 1913
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 619 times
- Been thanked: 644 times
Re: issue using LCD with I2C backpack
Hi Pete.
Apart form that the LCD should work as expected.
Also I2C components don't work as expected on the 16F690.
Apart form that the LCD should work as expected.
Martin