Lcd write - specify column in Blockly?

Is it possible to specify the column parameter for lcd write in Blockly? I see it is possible in python, but can it be done in Blockly? I’m not seeing a way…

No, we do not expose that parameter of lcd_write in Blockly. We try to keep the complexity of our Blockly to a functional minimum so newbies trying to use it won’t get lost in a forest of blocks and arguments for those blocks.

Maybe in a future release a block like this one from scratch
Go to X: Y:

1 Like