1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-16 21:05:26 +03:00

128 chan monitor (#7418)

Introduce 128x64 channels monitor
This commit is contained in:
3djc 2020-03-10 17:17:59 +01:00 committed by GitHub
parent ad188aa916
commit cf5e2b3fd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 344 additions and 282 deletions

View file

@ -168,6 +168,7 @@ enum MainViews {
VIEW_OUTPUTS_BARS,
VIEW_INPUTS,
VIEW_TIMER2,
VIEW_CHAN_MONITOR,
VIEW_COUNT
};
#endif