Rev 211 | Rev 219 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 211 | Rev 214 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | 27 | ||
28 | public boolean do_vibra=true; |
28 | public boolean do_vibra=true; |
29 | public boolean do_sound=true; |
29 | public boolean do_sound=true; |
30 | public boolean fullscreen=false; |
30 | public boolean fullscreen=false; |
- | 31 | public boolean do_scrollbg=false; |
|
Line 31... | Line 32... | ||
31 | public boolean do_scrollbg=false; |
32 | public boolean expert_mode=false; |
32 | 33 | ||
Line 73... | Line 74... | ||
73 | 74 | ||
74 | 75 | ||
Line -... | Line 76... | ||
- | 76 | gps_format=din.readByte(); |
|
75 | gps_format=din.readByte(); |
77 | speed_format=din.readByte(); |
76 | speed_format=din.readByte(); |
- | |
- | 78 | ||
77 | 79 | expert_mode=din.readBoolean(); |
|
78 | // reserve |
80 | // reserve |
79 | din.readBoolean(); |
81 | |
80 | din.readBoolean(); |
82 | din.readBoolean(); |
81 | din.readBoolean(); |
83 | din.readBoolean(); |
Line 131... | Line 133... | ||
131 | //#endif |
133 | //#endif |
Line 132... | Line 134... | ||
132 | 134 | ||
133 | dout.writeByte(gps_format); |
135 | dout.writeByte(gps_format); |
Line 134... | Line 136... | ||
134 | dout.writeByte(speed_format); |
136 | dout.writeByte(speed_format); |
135 | 137 | ||
136 | dout.writeBoolean(false); |
138 | dout.writeBoolean( expert_mode); |
137 | dout.writeBoolean(false); |
139 | dout.writeBoolean(false); |
138 | dout.writeBoolean(false); |
140 | dout.writeBoolean(false); |
139 | dout.writeByte(0); |
141 | dout.writeByte(0); |