Does jit.lcd have "align" parameter?
Hi,
I always use "move to X Y" to display text on jit.lcd. Does anyone know if there's an align option (like the one in jit.gl.text2d) for it so that I can align the text at the center?
Thanks.
try [jit.gl.text2d] instead, and composite afterwards.
alternatively, do the math to position the text in the center based on the number of characters you're inputting.
jl