Mercurial > public > ostc4
changeset 107:926098fb116a FlipDisplay
Next text ID for display flip
author | Ideenmodellierer |
---|---|
date | Tue, 01 Jan 2019 20:59:36 +0100 |
parents | d8dc8327f340 |
children | f561c79b0546 |
files | Discovery/Inc/text_multilanguage.h Discovery/Src/text_multilanguage.c |
diffstat | 2 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Discovery/Inc/text_multilanguage.h Tue Jan 01 20:57:41 2019 +0100 +++ b/Discovery/Inc/text_multilanguage.h Tue Jan 01 20:59:36 2019 +0100 @@ -322,6 +322,7 @@ TXT2BYTE_ApneaTotal, TXT2BYTE_ApneaSurface, /* */ + TXT2BYTE_FLIPDISPLAY, TXT2BYTE_END // unused TXT2BYTE_Button1,
--- a/Discovery/Src/text_multilanguage.c Tue Jan 01 20:57:41 2019 +0100 +++ b/Discovery/Src/text_multilanguage.c Tue Jan 01 20:59:36 2019 +0100 @@ -1651,6 +1651,12 @@ static uint8_t text_ES_Luftintegration[] = ""; */ +static uint8_t text_EN_FlipDisplay[] = "Flip display"; +static uint8_t text_DE_FlipDisplay[] = "Anzeige spiegeln"; +static uint8_t text_FR_FlipDisplay[] = ""; +static uint8_t text_IT_FlipDisplay[] = ""; +static uint8_t text_ES_FlipDisplay[] = ""; + /* Lookup Table -------------------------------------------------------------*/ const tText text_array[] = @@ -1891,6 +1897,9 @@ {(uint8_t)TXT2BYTE_ApneaTotal, {text_EN_ApneaTotal, text_DE_ApneaTotal, text_FR_ApneaTotal, text_IT_ApneaTotal, text_ES_ApneaTotal}}, {(uint8_t)TXT2BYTE_ApneaSurface, {text_EN_ApneaSurface, text_DE_ApneaSurface, text_FR_ApneaSurface, text_IT_ApneaSurface, text_ES_ApneaSurface}}, + {(uint8_t)TXT2BYTE_FLIPDISPLAY, {text_EN_FlipDisplay, text_DE_FlipDisplay, text_FR_FlipDisplay, text_IT_FlipDisplay, text_ES_FlipDisplay}}, + + // {(uint8_t)TXT2BYTE_ApneaCount, {text_EN_ApneaCount, text_DE_ApneaCount, text_FR_ApneaCount, text_IT_ApneaCount, text_ES_ApneaCount}}, // unused {(uint8_t)TXT2BYTE_Button1, {text_EN_Button1, text_DE_Button1, text_FR_Button1, text_IT_Button1, text_ES_Button1}}, // unused {(uint8_t)TXT2BYTE_Button2, {text_EN_Button2, text_DE_Button2, text_FR_Button2, text_IT_Button2, text_ES_Button2}},