Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
marlin-anet-a8
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
marlin-anet-a8
Commits
2bc24853
Commit
2bc24853
authored
9 years ago
by
Scott Lahteine
Browse files
Options
Downloads
Patches
Plain Diff
Update font remarks in Conditionals.h
parent
09c6323b
Loading
Loading
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/Conditionals.h
+2
-2
2 additions, 2 deletions
Marlin/Conditionals.h
with
2 additions
and
2 deletions
Marlin/Conditionals.h
+
2
−
2
View file @
2bc24853
...
...
@@ -218,7 +218,7 @@
#endif
#if ENABLED(DOGLCD)
/* Custom characters defined in font
font_6x10_m
arlin_symbols */
/* Custom characters defined in font
dogm_font_data_Marlin_symbols.h / M
arlin_symbols
.fon
*/
// \x00 intentionally skipped to avoid problems in strings
#define LCD_STR_REFRESH "\x01"
#define LCD_STR_FOLDER "\x02"
...
...
@@ -235,7 +235,7 @@
// Better stay below 0x10 because DISPLAY_CHARSET_HD44780_WESTERN begins here.
#else
/* Custom characters defined in the first 8 characters of the LCD */
#define LCD_STR_BEDTEMP "\x00" //
t
his will have 'unexpected' results when used in a string!
#define LCD_STR_BEDTEMP "\x00" //
Print only as a char. T
his will have 'unexpected' results when used in a string!
#define LCD_STR_DEGREE "\x01"
#define LCD_STR_THERMOMETER "\x02"
#define LCD_STR_UPLEVEL "\x03"
...
...
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