mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
set refresh type on eink update in fillMxcfbUpdateData
This commit is contained in:
2
einkfb.c
2
einkfb.c
@@ -97,12 +97,12 @@ inline void fillUpdateAreaT(update_area_t *myarea, FBInfo *fb, lua_State *L) {
|
||||
}
|
||||
|
||||
inline void fillMxcfbUpdateData(mxcfb_update_data *myarea, FBInfo *fb, lua_State *L) {
|
||||
myarea->update_mode = luaL_optint(L, 2, 0);
|
||||
myarea->update_region.top = luaL_optint(L, 3, 0);
|
||||
myarea->update_region.left = luaL_optint(L, 4, 0);
|
||||
myarea->update_region.width = luaL_optint(L, 5, fb->vinfo.xres);
|
||||
myarea->update_region.height = luaL_optint(L, 6, fb->vinfo.yres);
|
||||
myarea->waveform_mode = 257;
|
||||
myarea->update_mode = 0;
|
||||
myarea->update_marker = 1;
|
||||
myarea->hist_bw_waveform_mode = 0;
|
||||
myarea->hist_gray_waveform_mode = 0;
|
||||
|
||||
Reference in New Issue
Block a user