I2C + HD44780
-
Sergejs
- Posts: 150
- http://meble-kuchenne.info.pl
- Joined: Tue Oct 19, 2021 9:31 am
- Has thanked: 75 times
- Been thanked: 5 times
I2C + HD44780
Hello, is it available to make soft for connecting HD44780 display to MCU via I2C using PCF8574T board?
-
BenR
- Matrix Staff
- Posts: 2307
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 639 times
- Been thanked: 848 times
Re: I2C + HD44780
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?
-
chipfryer27
- Valued Contributor
- Posts: 2126
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 474 times
- Been thanked: 708 times
Re: I2C + HD44780
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
Hope this helps
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
Hope this helps