-
I am using a I2C 20x4 display. It is connected and will display the text, but line 4 (the bottom) is not allowing any text to display. Incidentally, a 16x2 display works perfectly, with no issue. The displayrows and displaycols have been manually set. The command display returns the following. Not the width and height are not correct. I issue the following commands and do the following... Appears on row 1: Appears on row 2: Appears on row 3: Is this a bug? Any suggestions on how it can be made to work? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
you must use l (line) and c (column) for character oriented displays, x and y is for pixel oriented displays DisplayText[zl1c1]12345678901234567890 |
Beta Was this translation helpful? Give feedback.
-
Thank you. This issue can be closed. (If I can figure out how to do it! ) I got there in the end. You just need to be sure to understand all the commands. |
Beta Was this translation helpful? Give feedback.
you must use l (line) and c (column) for character oriented displays, x and y is for pixel oriented displays
DisplayText[zl1c1]12345678901234567890