Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
micropython
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
card10
micropython
Commits
50a9dd59
Commit
50a9dd59
authored
8 years ago
by
Damien George
Browse files
Options
Downloads
Patches
Plain Diff
docs: For LCD160CR driver and tutorial, add link to positioning image.
parent
904732cd
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/library/lcd160cr.rst
+3
-0
3 additions, 0 deletions
docs/library/lcd160cr.rst
docs/pyboard/tutorial/lcd160cr_skin.rst
+4
-2
4 additions, 2 deletions
docs/pyboard/tutorial/lcd160cr_skin.rst
with
7 additions
and
2 deletions
docs/library/lcd160cr.rst
+
3
−
0
View file @
50a9dd59
...
@@ -69,6 +69,9 @@ Constructors
...
@@ -69,6 +69,9 @@ Constructors
- "YX" is for the left-side and uses:
- "YX" is for the left-side and uses:
``pwr=Pin("Y4")``, ``i2c=I2C("X")``, ``spi=SPI("Y")``
``pwr=Pin("Y4")``, ``i2c=I2C("X")``, ``spi=SPI("Y")``
See `this image <http://micropython.org/resources/LCD160CRv10-positions.jpg>`_
for how the display can be connected to the pyboard.
Static methods
Static methods
--------------
--------------
...
...
This diff is collapsed.
Click to expand it.
docs/pyboard/tutorial/lcd160cr_skin.rst
+
4
−
2
View file @
50a9dd59
...
@@ -3,9 +3,9 @@ The LCD160CR skin
...
@@ -3,9 +3,9 @@ The LCD160CR skin
This tutorial shows how to get started using the LCD160CR skin.
This tutorial shows how to get started using the LCD160CR skin.
.. image:: http://micropython.org/resources/LCD160CRv10-p
ersp
.jpg
.. image:: http://micropython.org/resources/LCD160CRv10-p
ositions
.jpg
:alt: LCD160CRv1.0 picture
:alt: LCD160CRv1.0 picture
:width:
64
0px
:width:
80
0px
For detailed documentation of the driver for the display see the
For detailed documentation of the driver for the display see the
:mod:`lcd160cr` module.
:mod:`lcd160cr` module.
...
@@ -16,6 +16,8 @@ Plugging in the display
...
@@ -16,6 +16,8 @@ Plugging in the display
The display can be plugged directly into a pyboard (all pyboard versions
The display can be plugged directly into a pyboard (all pyboard versions
are supported). You plug the display onto the top of the pyboard either
are supported). You plug the display onto the top of the pyboard either
in the X or Y positions. The display should cover half of the pyboard.
in the X or Y positions. The display should cover half of the pyboard.
See the picture above for how to achieve this; the left half of the picture
shows the X position, and the right half shows the Y position.
Getting the driver
Getting the driver
------------------
------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment