Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MarlinKimbra
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
MarlinKimbra
Commits
ea2a3ba5
Commit
ea2a3ba5
authored
Mar 17, 2015
by
Simone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ultralcd.h
Enable LCD contrast function only if there is a pin decleared
parent
ba8f964e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
ultralcd.h
MarlinKimbra/ultralcd.h
+2
-1
No files found.
MarlinKimbra/ultralcd.h
View file @
ea2a3ba5
...
...
@@ -14,7 +14,7 @@
void
lcd_reset_alert_level
();
bool
lcd_detected
(
void
);
#if
def DOGLCD
#if
defined(DOGLCD) && LCD_CONTRAST >= 0
extern
int
lcd_contrast
;
void
lcd_setcontrast
(
uint8_t
value
);
#endif
...
...
@@ -134,3 +134,4 @@ char *ftostr51(const float &x);
char
*
ftostr52
(
const
float
&
x
);
#endif //ULTRALCD_H
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