This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Framebuffer update on synthetic target


> This is almost certainly because you are not calling cyg_fb_sync() or
> CYG_FB_SYNCH(). The synthetic target framebuffer is a double buffered
> display so the target-side data does not get sent to the actual
> display until you synch.
Was sure i read somewhere that the synthetic framebuffer detected
changes and updated the display, but reading the chapter about doube
buffers, and adding _sync solved the problem.

THNX

-- 
Martin

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]