I experienced the bug with the cursor as well. Issue on github: https://github.com/OnionIoT/i2c-exp-driver/issues/2
B
Posts made by BeneKenobi
-
RE: Playing with oled-exp
-
Problem with oled-exp cursor command
Hey,
I came across a problem with theoled-exp cursor
command:
When I run the following expression:
oled-exp cursor 2,5 write "test"
I get the following (expected) output:
> Setting cursor to (2, 5)
> Writing 'test' to display
but on the display, the text is displayed at position 2,0.This happens on every use of the
cursor
command for me, not only on row 2. Looks like setting the column isn't working at all.Has anybody had more luck with the
cursor
command?