Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tsharith
373 Mobile 3D Printing
Commits
008d4beb
Commit
008d4beb
authored
Apr 23, 2019
by
liubryan
Browse files
Update Serial_Backpack_LCD.h
parent
04f14828
Changes
1
Hide whitespace changes
Inline
Side-by-side
LCD_DISPLAY_FINAL/SoftConsole/MSS_LCD_MSS_CM3_0/MSS_LCD_MSS_CM3_0_app/Serial_Backpack_LCD.h
View file @
008d4beb
...
...
@@ -9,8 +9,8 @@
#define BARWIDTH 100
#define BARSTART_X 30
#define BAREND_X 130
#define BARSTART_Y
60
#define BAREND_Y
66
#define BARSTART_Y
75
#define BAREND_Y
81
#define DESIGN1_X 29
#define DESIGN2_X 79
...
...
@@ -24,6 +24,7 @@ typedef enum {
}
shape_t
;
void
clear_screen
();
void
invert
();
void
set_duty_cycle
(
uint8_t
duty
);
void
set_baud_rate
();
void
set_coordinates
(
uint8_t
x
,
uint8_t
y
);
...
...
@@ -47,6 +48,13 @@ void toggle_view();
void
display_temp
(
uint8_t
temp
);
void
display_stepper
(
int8_t
x
,
int8_t
y
);
void
display_mouse
(
int8_t
x
,
int8_t
y
);
void
display_orientation
(
uint16_t
yaw
);
void
delay
(
uint32_t
count
);
#endif
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