Previous Topic

Next Topic

Book Contents

Book Index

OBLCD_GetCurYX [D>=16]

This instruction the current OBLCD cursor position onto the register stack, with Y becoming the row number and X becoming the column number. This can be used to save the current cursor.

Rows are counted up from 0, starting at the top. Columns are counted up from 0, starting at the far left.

Note: This instruction modifies UV

Dialect exclusions: Not available in dialects before 16. Also, not available on SPLat controllers that do not have onboard LCD support (please check the documentation for your specific board and Firmware version).

See also OBLCD_SetCurYX OBLCD_SetCur

Previous Topic

Next Topic