so ive been working with there pressure sensors to determine how much weight a certain object is. these are pretty much a generic analog sensor. they give me a 4 digit output, which i want to display on a QWIIC Alphanumeric Display, but whenever i try, only the last digit appears on the first digit of the display. Is there some way to move the numbers over on the display so it outputs all the numbers. My overall goal is to display 2 digits in front of the decimal and 1 behind it. I can post the code that I have made as well if that helps. Thank you
while looking through the library, I also found that it may be an issue with the number of displays being used. however, when I type words there is no issue, but when I am using my sensor values, only one is displayed