Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TFT_eSPI
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
TFT_eSPI
Commits
3945a977
Unverified
Commit
3945a977
authored
Apr 12, 2018
by
Bodmer
Committed by
GitHub
Apr 12, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #123 from Bodmer/revert-122-patch-1
Revert "Update Sprite.cpp"
parents
bff109a1
71c06273
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Extensions/Sprite.cpp
Extensions/Sprite.cpp
+2
-2
No files found.
Extensions/Sprite.cpp
View file @
3945a977
...
...
@@ -49,8 +49,8 @@ void* TFT_eSprite::createSprite(int16_t w, int16_t h, uint8_t frames)
if
(
w
<
1
||
h
<
1
)
return
NULL
;
this
->
_width
=
_iwidth
=
_dwidth
=
w
;
this
->
_height
=
_iheight
=
_dheight
=
h
;
_iwidth
=
_dwidth
=
w
;
_iheight
=
_dheight
=
h
;
this
->
cursor_x
=
0
;
this
->
cursor_y
=
0
;
...
...
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