Page 1 of 1

I2C + HD44780

Posted: Thu Aug 18, 2022 1:15 am
by Sergejs
Hello, is it available to make soft for connecting HD44780 display to MCU via I2C using PCF8574T board?

Re: I2C + HD44780

Posted: Thu Aug 18, 2022 10:25 am
by BenR
Hello,

I beleive we support this already.
Coms.jpg
Coms.jpg (72.38 KiB) Viewed 2349 times

Re: I2C + HD44780

Posted: Thu Aug 18, 2022 12:03 pm
by medelec35
There is also the LCD Backpack.
Backpack.png
Backpack.png (6.56 KiB) Viewed 2346 times
I use that a lot with displays that have a PCF8574 io expander board on the back.
There is a demo file on the wiki.

Re: I2C + HD44780

Posted: Thu Aug 18, 2022 12:58 pm
by Sergejs
I want buy this only. How can I contact Mr. Alfie for talking about payment?

Re: I2C + HD44780

Posted: Thu Aug 18, 2022 1:57 pm
by AlfieD
Hi, Please email me on alfie.dobson@matrixtsl.com and let me know what i can help with. Thanks

Re: I2C + HD44780

Posted: Thu Aug 18, 2022 4:23 pm
by Sergejs
AlfieD wrote:
Thu Aug 18, 2022 1:57 pm
Hi, Please email me on alfie.dobson@matrixtsl.com and let me know what i can help with. Thanks
Hi, I sent you question on email.

Re: I2C + HD44780

Posted: Sat Aug 20, 2022 3:01 pm
by Sergejs
By the way, there is no command PrintFloat variable. In usual connection there is for HD44780. But in combination with I2C I can not print float variable on the LCD screen. Can any resolve this or may I open special topic for this question?

Re: I2C + HD44780

Posted: Sat Aug 20, 2022 3:20 pm
by chipfryer27
Hi

You could use the FloatToString$ in a calculation then print the result. I think Ben and Medelec have posted much on this subject so a quick search might be of help.

Below x= the resulting String / y = floating point variable / z = how many decimal points to include

Capture.JPG
Capture.JPG (33.15 KiB) Viewed 2289 times

Hope this helps