mirror of
https://github.com/opentx/opentx.git
synced 2025-07-14 20:10:08 +03:00
Issue #592 - Stay logical switches function added. Range also prepared
to avoid another EEPROM change in a future release.
This commit is contained in:
parent
f7f1de4e94
commit
9894fda194
12 changed files with 279 additions and 102 deletions
|
@ -79,8 +79,8 @@ FXDEFMAP(Open9xSim) Open9xSimMap[]={
|
|||
|
||||
FXIMPLEMENT(Open9xSim,FXMainWindow,Open9xSimMap,ARRAYNUMBER(Open9xSimMap))
|
||||
|
||||
Open9xSim::Open9xSim(FXApp* a)
|
||||
:FXMainWindow(a,"OpenTXSimu",NULL,NULL,DECOR_ALL,20,90,0,0)
|
||||
Open9xSim::Open9xSim(FXApp* a):
|
||||
FXMainWindow(a, "OpenTX Simu", NULL, NULL, DECOR_ALL, 20, 90, 0, 0)
|
||||
{
|
||||
firstTime=true;
|
||||
for(int i=0; i<(LCD_W*LCD_H/8); i++) displayBuf[i]=0;//rand();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue