Add an enum to make using the gsp::Lcd service a little nicer.

This commit is contained in:
thedax 2015-09-30 20:14:10 -04:00
parent 7bad79e8b4
commit 5426fba742

View File

@ -48,6 +48,13 @@ typedef enum
GSPEVENT_MAX, // used to know how many events there are GSPEVENT_MAX, // used to know how many events there are
} GSP_Event; } GSP_Event;
typedef enum
{
GSPLCD_TOP=1,
GSPLCD_BOTTOM=2,
GSPLCD_BOTH=3,
}GSPLCD_Screens;
Result gspInit(); Result gspInit();
void gspExit(); void gspExit();