![]() |
| | #1 |
| Registered User Join Date: May 2005
Posts: 8
| framebuffer implementation |
| v6sa is offline | |
| | #2 |
| Registered User Join Date: Nov 2005
Posts: 2
| 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. How to display a string or a character onto a frame buffer? This is urgent. Thank you. Please mail me to mouli123@gmail.com With regards, Chandramouli |
| chandra80 is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| rand() implementation | habert79 | C Programming | 4 | 02-07-2009 01:18 PM |
| implementation file | bejiz | C++ Programming | 5 | 11-28-2005 01:59 AM |
| Binary Search Trees Part III | Prelude | A Brief History of Cprogramming.com | 16 | 10-02-2004 03:00 PM |
| Pure virtual implementation, or not. | Eibro | C++ Programming | 2 | 03-19-2003 08:05 PM |
| implementation? | calQlaterb | C++ Programming | 1 | 12-11-2001 10:25 AM |