Add an enum to make using the gsp::Lcd service a little nicer.
This commit is contained in:
parent
7bad79e8b4
commit
5426fba742
@ -48,6 +48,13 @@ typedef enum
|
||||
GSPEVENT_MAX, // used to know how many events there are
|
||||
} GSP_Event;
|
||||
|
||||
typedef enum
|
||||
{
|
||||
GSPLCD_TOP=1,
|
||||
GSPLCD_BOTTOM=2,
|
||||
GSPLCD_BOTH=3,
|
||||
}GSPLCD_Screens;
|
||||
|
||||
Result gspInit();
|
||||
void gspExit();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user