View Single Post
Old 01-31-2012, 11:00 AM   #25
vortigern
Member
vortigern will become famous soon enoughvortigern will become famous soon enoughvortigern will become famous soon enoughvortigern will become famous soon enoughvortigern will become famous soon enoughvortigern will become famous soon enough
 
Posts: 13
Karma: 662
Join Date: Jan 2012
Device: PRS-T1
Quote:
Originally Posted by hberntsen View Post
I looked around in the framework and I saw that once you call methods like invalidate() without the updatemode argument, the updatemode automatically got set to 4, which makes the screen keep flashing when you scroll.
Just a thought...
If calling it without an argument sets it to 4, then there might be somewhere this default is set.

If we're lucky it could even be set using the const name...
ie. What happens if you change:

public static final int EINK_WAVEFORM_MODE_AUTO = 3;
vortigern is offline   Reply With Quote