comparison src/start.asm @ 155:5f71e31bd5b3

CHANGE: Re-arranged Settings Menu, add 180? rotate to menu
author heinrichsweikamp
date Thu, 28 Aug 2014 12:13:52 +0200
parents afa31c815f24
children 9b82239fa062
comparison
equal deleted inserted replaced
154:afa31c815f24 155:5f71e31bd5b3
272 btfss neg_flag ; Result negative (Ambient>880mbar)? 272 btfss neg_flag ; Result negative (Ambient>880mbar)?
273 bsf high_altitude_mode ; No, Set Flag! 273 bsf high_altitude_mode ; No, Set Flag!
274 274
275 call ext_flash_disable_protection ; Disable write protection for external flash 275 call ext_flash_disable_protection ; Disable write protection for external flash
276 276
277 bcf flip_screen ; Test... 277 bsf flip_screen ; Flip 180°
278 TSTOSS opt_flip_screen ; =1: Flip the screen
279 bcf flip_screen ; Normal orientation
278 280
279 goto surfloop ; Jump to Surfaceloop! 281 goto surfloop ; Jump to Surfaceloop!
280 282
281 ;============================================================================= 283 ;=============================================================================
282 ; Setup all flags and parameters for divemode and simulator computations. 284 ; Setup all flags and parameters for divemode and simulator computations.