GDI & Hardware Cursor

Posted by Abhi on Stack Overflow See other posts from Stack Overflow or by Abhi
Published on 2010-03-25T10:12:50Z Indexed on 2010/03/25 10:33 UTC
Read the original article Hit count: 651

Dear All

I am working on iMX51 project.

I want to know what does GDI and hardware cursor means? The RTOS which i am using is WINCE 6.0 r3.

We are actually looking to speed up the GDI and to implement the hardware cursor.

So for that i want to know abt the GDI and the Hardware Cursor.

I am also referring WC600_MX51_SDK_0912_ReferenceManual.pdf & MCIMX51RM.pdf and in these pdf i came to know that the hardware cursor is related to Display Processor module .

But still i am unclear, what exactly does speed up of GDI means & Hardware cursor means?

Please guide me the correct step to how to achieve my target....

© Stack Overflow or respective owner

Related posts about hardware-interface

  • Serial Port Data Structure

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I need to send data to a hardware device over serial port. I'm using a program called serial port tool for os x. After I connect to the device there is a form box where I can type data to send. I have no idea how to format the data. Here is an excerpt from the manual for the device. "The Net Manager… >>> More

  • GDI & Hardware Cursor

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Dear All I am working on iMX51 project. I want to know what does GDI and hardware cursor means? The RTOS which i am using is WINCE 6.0 r3. We are actually looking to speed up the GDI and to implement the hardware cursor. So for that i want to know abt the GDI and the Hardware… >>> More

  • Ruby SerialPorts Gem

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Using Ruby SerialPorts Gem to interact with hardware. When I write a byte array to the hardware using a program called "Serial Port Monitor" the hardware responds correctly. However, when I write the same byte array using ruby it doesn't work unless I do a read request just before the write request… >>> More

  • How to simulate a USB drive

    as seen on Stack Overflow - Search for 'Stack Overflow'
    Hi all, Is it possible to simulate a USB drive with software only? I mean, for example, to expose a local memory space to the OS so the device manager will recognize it as a USB device. I'm not familiar with hardware implementation, but I'm sure that it is possible somehow to emulate the USB protocol… >>> More

  • problem with two .NET threads and hardware access

    as seen on Stack Overflow - Search for 'Stack Overflow'
    I'm creating an application which communicates with the device via FT2232H USB/RS232 converter. For communication I'm using FTD2XX_NET.dll library from FTDI website. I'm using two threads: first thread continuously reads data from the device the second thread is the main thread of the Windows Form… >>> More

Related posts about embedded