Search:

Type: Posts; User: chandra80

Search: Search took 0.01 seconds.

  1. Display a string on Linux Framebuffer console

    Hi,

    How to display a string into Linux framebuffer console?

    Thanks.
  2. Replies
    1
    Views
    3,071

    Disabling the cursor

    Hi,

    You can put the below code to disable the cursor.

    handle = open(FB_TTY, O_RDWR);
    write(handle, "\033[?1c", 5);

    In this way, you can disable the cursor. I have a doubt . Please help me....
Results 1 to 2 of 2