View Single Post
Old 11-16-2008, 10:56 AM   #3
jharker
Developer
jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.jharker could sell banana peel slippers to a Deveel.
 
Posts: 345
Karma: 3473
Join Date: Apr 2007
Location: Brooklyn, NY, USA
Device: iRex iLiad v1, Blackberry Tour, Kindle DX, iPad.
Hi!

Because of the slow refresh rate of the iLiad, you have to manually cause the screen to refresh using a command in the program, after the screen contents have been drawn. Alternately, you can use xepdmgr (see related threads in this forum), which should handle this for you. I recommend using xepdmgr, because we will eventually (I hope) be switching all programs to that.

However, if you just want to try it out, you can also do it the original iRex way. Link to liberdm and include erdm.h, then when you want to refresh, call dmDisplay like this:

dmDisplay(dmCmdPriorUrgent, dmQFull);

That should do the trick. Of course, it gets more complicated than that, but that's the general idea.

Hope this helps!
jharker is offline   Reply With Quote