I experienced the bug with the cursor as well. Issue on github: https://github.com/OnionIoT/i2c-exp-driver/issues/2
B
BeneKenobi
@BeneKenobi
0
Reputation
2
Posts
972
Profile views
0
Followers
0
Following
Best posts made by BeneKenobi
This user hasn't posted anything yet.
Latest posts made by BeneKenobi
-
RE: Playing with oled-expposted in Omega Talk
-
Problem with oled-exp cursor commandposted in Omega Talk
Hey,
I came across a problem with theoled-exp cursorcommand:
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
cursorcommand for me, not only on row 2. Looks like setting the column isn't working at all.Has anybody had more luck with the
cursorcommand?