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
4d5b0e20
Commit
4d5b0e20
authored
10 years ago
by
AnHardt
Browse files
Options
Downloads
Patches
Plain Diff
get STR_THERMOMETER from ultralcd_implementation_hitachi_HD44780.h
parent
6e6e3cf4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Marlin/language.h
+4
-3
4 additions, 3 deletions
Marlin/language.h
with
4 additions
and
3 deletions
Marlin/language.h
+
4
−
3
View file @
4d5b0e20
...
...
@@ -2,6 +2,7 @@
#define LANGUAGE_H
#include
"Configuration.h"
#include
"ultralcd_implementation_hitachi_HD44780.h"
#define LANGUAGE_CONCAT(M) #M
#define GENERATE_LANGUAGE_INCLUDE(M) LANGUAGE_CONCAT(language_##M.h)
...
...
@@ -172,7 +173,7 @@
#define STR_ue "ue"
#define STR_sz "ss"
#define STR_Deg ""
#define STR_THERMOMETER
"\302"
#define STR_THERMOMETER
LCD_STR_THERMOMETER
#ifdef DISPLAY_CHARSET_DOGM
#define STR_Ae "\304" // U8glib
...
...
@@ -194,7 +195,7 @@
#define STR_Ue STR_ue
#define STR_sz "\342"
#define STR_Deg "\271"
#define STR_THERMOMETER
"\302"
#define STR_THERMOMETER
LCD_STR_THERMOMETER
#endif
#ifdef DISPLAY_CHARSET_HD44870_WESTERN // HD44870 ROM Code: A02 (Western)
#define STR_Ae "\216"
...
...
@@ -205,7 +206,7 @@
#define STR_ue "\201"
#define STR_sz "\160"
#define STR_Deg "\337"
#define STR_THERMOMETER
"\302"
#define STR_THERMOMETER
LCD_STR_THERMOMETER
#endif
/*
...
...
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