Hi Giuseppe Ventura,
I want to remove the cursor in the LCD.
For this, I found some reference.
I could perform the unblinking cursor and the hidden cursor.
- cursor unblink
~ $ echo 0 > /sys/class/graphics/fbcon/cursor_blink
- cursor hide
~ $ echo -e '\033[?17;0;0c' > /dev/tty1
But I couldn't remove the cursor.
I could see the black cursor position not to be removed.
In other words, I could see the black cursor (not blinking) when I performed the upper command on the white displayed image of LCD.
Could you tell me how to remove the cursor?
And Yuri Muhin,
I could not find the reference site, "Removing the Cursor of LCD framebuffer".
http://www.imxdev.org/wiki/index.php?title=All
Could you give me the correct address for that?