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:
Tom Willemse 2023-07-12 15:13:34 -07:00
parent 05d734c903
commit 27cbc844de

View file

@ -16,7 +16,7 @@
(inkplate:draw-rectangle my-dev 269 89 252 157 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:close my-dev))