Add function stub for drawing buttons
This commit is contained in:
parent
6dacc470a2
commit
c4e9d3c156
4
button.h
4
button.h
@ -15,4 +15,6 @@ struct Button {
|
|||||||
ButtonStatus_e (*status)();//Used for coloring and morse menu
|
ButtonStatus_e (*status)();//Used for coloring and morse menu
|
||||||
void (*on_select)();//Action to take when selected
|
void (*on_select)();//Action to take when selected
|
||||||
char morse;
|
char morse;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
void drawButton(Button* button);
|
||||||
|
Loading…
Reference in New Issue
Block a user