Alcarbone
December 4th, 2003, 05:35 AM
(MFC et VC++7)
i write an application which posts data converted into BMP line (752 pixels).
These lines is draw on screen at the rate of source acquisition (ultrasound).
All occurs well on a traditional screen, but on a TFT a flutter of the image appears.
I use ScrollWindowEx() to move the image to the bottom of a line then my function writes the first line top.
It is possible to synchronize the creation and the displacement of the image with beginning of the screen refreshing ?
Tanks
i write an application which posts data converted into BMP line (752 pixels).
These lines is draw on screen at the rate of source acquisition (ultrasound).
All occurs well on a traditional screen, but on a TFT a flutter of the image appears.
I use ScrollWindowEx() to move the image to the bottom of a line then my function writes the first line top.
It is possible to synchronize the creation and the displacement of the image with beginning of the screen refreshing ?
Tanks