Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
61d20a75
Commit
61d20a75
authored
Jan 02, 2017
by
Thomas Mohaupt
Committed by
Arnim Läuger
Jan 02, 2017
Browse files
Dev (#1698)
* Toogle between full screen and clip range test
parent
9b86937d
Changes
1
Hide whitespace changes
Inline
Side-by-side
lua_examples/ucglib/GraphicsTest.lua
View file @
61d20a75
...
...
@@ -83,9 +83,11 @@ function loop()
if
(
r
>
3
)
then
disp
:
clearScreen
()
set_clip_range
()
else
disp
:
undoClipRange
()
end
r
=
bit
.
band
(
r
+
1
,
255
)
r
=
bit
.
band
(
r
+
1
,
7
)
end
switch
(
loop_idx
)
:
caseof
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment