More fixes/improvements to T3100e. Patch from John Elliott.

This commit is contained in:
SarahW 2017-11-19 21:30:42 +00:00
commit 97ac443f70
4 changed files with 170 additions and 13 deletions

View file

@ -54,6 +54,11 @@ void t3100e_display_set(uint8_t internal)
st_display_internal = internal;
}
uint8_t t3100e_display_get()
{
return st_display_internal;
}
typedef struct t3100e_t
{