comparison Discovery/Inc/text_multilanguage.h @ 805:dd7ce655db26

Adds a simple countdown timer, available as a custom view in surface and dive mode. This can be used to time safety stops, or to prebreathe a CCR (or to boil your breakfast eggs if you are so inclined). The duration of the timer is configurable from 1 second to 9:59 minutes in the System menu. The timer is started by switching to the custom view, and remaining on it until a 10 second delay has elapsed. Once the timer has started the custom view can be changed and the timer will continue running in the background. After the timer has run out 'Finished' will be shown for 10 seconds in the timer custom view, and then automatic switching of custom views (if configured) resumes. In surface mode the dive computer will not go to sleep while the timer is running, and a mini timer will be shown when the timer custom view is not showing. (mikeller)
author heinrichsweikamp
date Mon, 21 Aug 2023 17:20:07 +0200
parents b7cd0c5c8e43
children 2a8af51ab04d
comparison
equal deleted inserted replaced
804:391b3d420a39 805:dd7ce655db26
368 368
369 TXT2BYTE_Set, 369 TXT2BYTE_Set,
370 TXT2BYTE_Clear, 370 TXT2BYTE_Clear,
371 TXT2BYTE_Reset, 371 TXT2BYTE_Reset,
372 372
373 TXT2BYTE_Timer,
374 TXT2BYTE_Starting,
375 TXT2BYTE_Finished,
376
373 TXT2BYTE_END 377 TXT2BYTE_END
374 }; 378 };
375 379
376 #endif /* TEXT_MULTILINGUAGE_H */ 380 #endif /* TEXT_MULTILINGUAGE_H */