Skip to content

Commit

Permalink
fix(framebuffer): typo in einkfb_update
Browse files Browse the repository at this point in the history
  • Loading branch information
houqp committed Oct 20, 2014
1 parent f9a4560 commit a4191d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/framebuffer_linux.lua
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ local function einkfb_update(fb, refreshtype, waveform_mode, x, y, w, h)
refarea[0].which_fx = ffi.C.fx_update_full
end

ioctl(fb.fd, ffi.C.FBIO_EINK_UPDATE_DISPLAY_AREA, refarea);
ffi.C.ioctl(fb.fd, ffi.C.FBIO_EINK_UPDATE_DISPLAY_AREA, refarea);
end

local function mxc_new_update_marker()
Expand Down

0 comments on commit a4191d3

Please sign in to comment.