Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
st7789_mpy
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
st7789_mpy
Commits
eaee507b
Commit
eaee507b
authored
Jan 29, 2022
by
russhughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed syntax error in __init__
parent
82f9b750
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/configs/ws_pico_114.py
examples/configs/ws_pico_114.py
+1
-1
No files found.
examples/configs/ws_pico_114.py
View file @
eaee507b
...
@@ -16,5 +16,5 @@ def config(rotation=0, buffer_size=0, options=0):
...
@@ -16,5 +16,5 @@ def config(rotation=0, buffer_size=0, options=0):
dc
=
Pin
(
8
,
Pin
.
OUT
),
dc
=
Pin
(
8
,
Pin
.
OUT
),
backlight
=
Pin
(
13
,
Pin
.
OUT
),
backlight
=
Pin
(
13
,
Pin
.
OUT
),
rotation
=
rotation
,
rotation
=
rotation
,
options
=
options
=
options
,
buffer_size
=
buffer_size
)
buffer_size
=
buffer_size
)
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