mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 08:15:17 +03:00
3djc/x7 outputs (#4273)
[128x64] Rework Outputs screen [X7] Fix for min/max limits bug [X7/X9] UI fixes
This commit is contained in:
parent
824317c477
commit
bf15410bf1
16 changed files with 451 additions and 145 deletions
|
@ -34,6 +34,7 @@ char * strAppendStringWithIndex(char * dest, const char * s, int idx);
|
|||
#define LEN_TIMER_STRING 10 // "-00:00:00"
|
||||
char * getTimerString(char * dest, int32_t tme, uint8_t hours=0);
|
||||
char * getCurveString(char * dest, int idx);
|
||||
char * getGVarString(char * dest, int idx);
|
||||
char * getSwitchString(char * dest, swsrc_t idx);
|
||||
char * getSourceString(char * dest, mixsrc_t idx);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue