More fixes/improvements to T3100e. Patch from John Elliott.
This commit is contained in:
parent
717d815604
commit
97ac443f70
4 changed files with 170 additions and 13 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue