Send a partial update in the date example
From what I've read it's not good to always do full updates, so for examples and testing I figure that doing a partial update of the whole screen is also good.
This commit is contained in:
parent
05d734c903
commit
27cbc844de
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
(inkplate:draw-rectangle my-dev 269 89 252 157 3)
|
(inkplate:draw-rectangle my-dev 269 89 252 157 3)
|
||||||
(inkplate:draw-rectangle my-dev 268 88 254 159 3)
|
(inkplate:draw-rectangle my-dev 268 88 254 159 3)
|
||||||
|
|
||||||
(inkplate:update my-dev)
|
(inkplate:partial-update my-dev 15 800 600)
|
||||||
(inkplate:send my-dev)
|
(inkplate:send my-dev)
|
||||||
|
|
||||||
(inkplate:close my-dev))
|
(inkplate:close my-dev))
|
||||||
|
|
Loading…
Reference in a new issue