Err, there's no modification to QTE itself, but I did write plugin drivers for the e-ink screen, keyboard, and fiveway.
I saw the different update methods from the e-ink device driver source code. The e-ink plugin is using device driver ioctls and only updates the part of the screen that is actually changing. It also doesn't update at every blit to the screen, but only later once dirty regions are calculated.
|