Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kroužek
safe-soldering-station
Commits
61268348
Commit
61268348
authored
Jun 25, 2016
by
Martin Vítek
Browse files
Add special symbols on LCD
parent
15dc90b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
SW/Render.h
View file @
61268348
#pragma once
#define MAX_LENGHT 15
#define ARROW_UP 0x1E
#define ARROW_DOWN 0x1F
enum
symbols
{
SQUARED
=
0x1E
,
THIRD
=
0x1F
,
DEGREE
=
0xB2
,
DOUBLE_ARROW_LEFT
=
0xBB
,
DOUBLE_ARROW_RIGHT
=
0xBC
,
ARROW_RETURN
=
0xC4
,
ARROW_UP
=
0xC5
,
ARROW_DOWN
=
0xC6
,
ARROW_RIGHT
=
0xC7
,
ARROW_LEFT
=
0xC8
,
MI
=
0xEA
};
//MAX "xxxxxxxxxxxxxxx"
struct
menu
...
...
Write
Preview
Supports
Markdown
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