Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LiquidCrystal
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
c3pb
LiquidCrystal
Commits
d319f554
Commit
d319f554
authored
10 years ago
by
Cristian Maglie
Committed by
Cristian Maglie
10 years ago
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
parents
da7008a8
ce84163a
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/HelloWorld/HelloWorld.ino
+2
-0
2 additions, 0 deletions
examples/HelloWorld/HelloWorld.ino
src/LiquidCrystal.cpp
+1
-1
1 addition, 1 deletion
src/LiquidCrystal.cpp
with
3 additions
and
1 deletion
examples/HelloWorld/HelloWorld.ino
+
2
−
0
View file @
d319f554
...
...
@@ -17,6 +17,8 @@
* LCD D6 pin to digital pin 3
* LCD D7 pin to digital pin 2
* LCD R/W pin to ground
* LCD VSS pin to ground
* LCD VCC pin to 5V
* 10K resistor:
* ends to +5V and ground
* wiper to LCD VO pin (pin 3)
...
...
This diff is collapsed.
Click to expand it.
src/LiquidCrystal.cpp
+
1
−
1
View file @
d319f554
...
...
@@ -96,7 +96,7 @@ void LiquidCrystal::begin(uint8_t cols, uint8_t lines, uint8_t dotsize) {
// SEE PAGE 45/46 FOR INITIALIZATION SPECIFICATION!
// according to datasheet, we need at least 40ms after power rises above 2.7V
// before sending commands. Arduino can turn on way befe
r
4.5V so we'll wait 50
// before sending commands. Arduino can turn on way bef
or
e 4.5V so we'll wait 50
delayMicroseconds
(
50000
);
// Now we pull both RS and R/W low to begin commands
digitalWrite
(
_rs_pin
,
LOW
);
...
...
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