Mercurial > public > ostc4
comparison Discovery/Src/text_multilanguage.c @ 373:7b981f8bdd41 MotionDetection
Add scroll event by pitch angle detection:
Add a function to scroll through the custom view in case the computer is not in the typical center position
Refine Pitch Detection:
Changed implementation to use sectors for detection. Increased detection window
author | ideenmodellierer |
---|---|
date | Sun, 08 Sep 2019 13:45:17 +0200 |
parents | 50ea68c7a153 |
children | a90100959871 |
comparison
equal
deleted
inserted
replaced
372:75eedde05ff6 | 373:7b981f8bdd41 |
---|---|
1285 static uint8_t text_DE_MoCtrlSector[] = "Sektoren"; | 1285 static uint8_t text_DE_MoCtrlSector[] = "Sektoren"; |
1286 static uint8_t text_FR_MoCtrlSector[] = "Sector"; | 1286 static uint8_t text_FR_MoCtrlSector[] = "Sector"; |
1287 static uint8_t text_IT_MoCtrlSector[] = "Sector"; | 1287 static uint8_t text_IT_MoCtrlSector[] = "Sector"; |
1288 static uint8_t text_ES_MoCtrlSector[] = "Sector"; | 1288 static uint8_t text_ES_MoCtrlSector[] = "Sector"; |
1289 | 1289 |
1290 static uint8_t text_EN_MoCtrlScroll[] = "Scroll"; | |
1291 static uint8_t text_DE_MoCtrlScroll[] = "Karussell"; | |
1292 static uint8_t text_FR_MoCtrlScroll[] = "Scroll"; | |
1293 static uint8_t text_IT_MoCtrlScroll[] = "Scroll"; | |
1294 static uint8_t text_ES_MoCtrlScroll[] = "Scroll"; | |
1290 | 1295 |
1291 // Menu SYS2 Reset RTE and Firmware Update During Bluetooth Connection | 1296 // Menu SYS2 Reset RTE and Firmware Update During Bluetooth Connection |
1292 static uint8_t text_EN_DecoDataLost[] = "Decompression data will be lost"; | 1297 static uint8_t text_EN_DecoDataLost[] = "Decompression data will be lost"; |
1293 static uint8_t text_DE_DecoDataLost[] = "Dekompressionsdaten verloren!"; | 1298 static uint8_t text_DE_DecoDataLost[] = "Dekompressionsdaten verloren!"; |
1294 static uint8_t text_FR_DecoDataLost[] = "RaZ de la décompression"; // RaZ | 1299 static uint8_t text_FR_DecoDataLost[] = "RaZ de la décompression"; // RaZ |
1744 {(uint8_t)TXT2BYTE_ExtraNone, {text_EN_ExtraNone, text_DE_ExtraNone, text_FR_ExtraNone, text_IT_ExtraNone, text_ES_ExtraNone}}, | 1749 {(uint8_t)TXT2BYTE_ExtraNone, {text_EN_ExtraNone, text_DE_ExtraNone, text_FR_ExtraNone, text_IT_ExtraNone, text_ES_ExtraNone}}, |
1745 {(uint8_t)TXT2BYTE_MotionCtrl, {text_EN_MotionCtrl, text_DE_MotionCtrl, text_FR_MotionCtrl, text_IT_MotionCtrl, text_ES_MotionCtrl}}, | 1750 {(uint8_t)TXT2BYTE_MotionCtrl, {text_EN_MotionCtrl, text_DE_MotionCtrl, text_FR_MotionCtrl, text_IT_MotionCtrl, text_ES_MotionCtrl}}, |
1746 {(uint8_t)TXT2BYTE_MoCtrlNone, {text_EN_MoCtrlNone, text_DE_MoCtrlNone, text_FR_MoCtrlNone, text_IT_MoCtrlNone, text_ES_MoCtrlNone}}, | 1751 {(uint8_t)TXT2BYTE_MoCtrlNone, {text_EN_MoCtrlNone, text_DE_MoCtrlNone, text_FR_MoCtrlNone, text_IT_MoCtrlNone, text_ES_MoCtrlNone}}, |
1747 {(uint8_t)TXT2BYTE_MoCtrlPitch, {text_EN_MoCtrlPitch, text_DE_MoCtrlPitch, text_FR_MoCtrlPitch, text_IT_MoCtrlPitch, text_ES_MoCtrlPitch}}, | 1752 {(uint8_t)TXT2BYTE_MoCtrlPitch, {text_EN_MoCtrlPitch, text_DE_MoCtrlPitch, text_FR_MoCtrlPitch, text_IT_MoCtrlPitch, text_ES_MoCtrlPitch}}, |
1748 {(uint8_t)TXT2BYTE_MoCtrlSector, {text_EN_MoCtrlSector, text_DE_MoCtrlSector, text_FR_MoCtrlSector, text_IT_MoCtrlSector, text_ES_MoCtrlSector}}, | 1753 {(uint8_t)TXT2BYTE_MoCtrlSector, {text_EN_MoCtrlSector, text_DE_MoCtrlSector, text_FR_MoCtrlSector, text_IT_MoCtrlSector, text_ES_MoCtrlSector}}, |
1754 {(uint8_t)TXT2BYTE_MoCtrlScroll, {text_EN_MoCtrlScroll, text_DE_MoCtrlScroll, text_FR_MoCtrlScroll, text_IT_MoCtrlScroll, text_ES_MoCtrlScroll}}, | |
1749 {(uint8_t)TXT2BYTE_DecoDataLost, {text_EN_DecoDataLost, text_DE_DecoDataLost, text_FR_DecoDataLost, text_IT_DecoDataLost, text_ES_DecoDataLost}}, | 1755 {(uint8_t)TXT2BYTE_DecoDataLost, {text_EN_DecoDataLost, text_DE_DecoDataLost, text_FR_DecoDataLost, text_IT_DecoDataLost, text_ES_DecoDataLost}}, |
1750 {(uint8_t)TXT2BYTE_Info, {text_EN_Info, text_DE_Info, text_FR_Info, text_IT_Info, text_ES_Info}}, | 1756 {(uint8_t)TXT2BYTE_Info, {text_EN_Info, text_DE_Info, text_FR_Info, text_IT_Info, text_ES_Info}}, |
1751 {(uint8_t)TXT2BYTE_Korrekturwerte, {text_EN_Korrekturwerte, text_DE_Korrekturwerte, text_FR_Korrekturwerte, text_IT_Korrekturwerte, text_ES_Korrekturwerte}}, | 1757 {(uint8_t)TXT2BYTE_Korrekturwerte, {text_EN_Korrekturwerte, text_DE_Korrekturwerte, text_FR_Korrekturwerte, text_IT_Korrekturwerte, text_ES_Korrekturwerte}}, |
1752 {(uint8_t)TXT2BYTE_SetBearing, {text_EN_SetBearing, text_DE_SetBearing, text_FR_SetBearing, text_IT_SetBearing, text_ES_SetBearing}}, | 1758 {(uint8_t)TXT2BYTE_SetBearing, {text_EN_SetBearing, text_DE_SetBearing, text_FR_SetBearing, text_IT_SetBearing, text_ES_SetBearing}}, |
1753 {(uint8_t)TXT2BYTE_ResetBearing, {text_EN_ResetBearing, text_DE_ResetBearing, text_FR_ResetBearing, text_IT_ResetBearing, text_ES_ResetBearing}}, | 1759 {(uint8_t)TXT2BYTE_ResetBearing, {text_EN_ResetBearing, text_DE_ResetBearing, text_FR_ResetBearing, text_IT_ResetBearing, text_ES_ResetBearing}}, |