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?
-
@BeneKenobi Seems like a bug on our end. Can you create a issue on our github repo: https://github.com/OnionIoT/i2c-exp-driver? We will take a look at it ASAP.
Thanks!
-
@BeneKenobi
Mentioned in another post but just to be safe:
Please upgrade your Omega firmware to b236, the cursor issue has been addressed and should be working now