Skip to content

Commit

Permalink
[android - eink] do not refresh eink on framebuffer init (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos authored and Frenzie committed Mar 5, 2019
1 parent dbb8947 commit f549ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/framebuffer_android.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function framebuffer:init()
-- android.lib.ANativeWindow_getWidth(window)
-- android.lib.ANativeWindow_getHeight(window)
self.bb:fill(BB.COLOR_WHITE)
self:refreshFull()
self:_updateWindow()

framebuffer.parent.init(self)
end
Expand Down

0 comments on commit f549ca8

Please sign in to comment.