comparison Discovery/Src/t9.c @ 115:3834b6272ee5 FlipDisplay

Merge with 68181cd61f2069d061621c2cd2a6afddb7486f5e
author Ideenmodellierer
date Thu, 03 Jan 2019 19:59:36 +0100
parents b364c75005bb
children b7689d9e888a
comparison
equal deleted inserted replaced
114:79b19d56ab08 115:3834b6272ee5
676 helium = pGasLine[gasId].helium_percentage; 676 helium = pGasLine[gasId].helium_percentage;
677 textpointer += write_gas(&text[textpointer], oxygen, helium); 677 textpointer += write_gas(&text[textpointer], oxygen, helium);
678 // Wechseltiefe 678 // Wechseltiefe
679 if(pGasLine[gasId].depth_meter) 679 if(pGasLine[gasId].depth_meter)
680 { 680 {
681 textpointer += snprintf(&text[textpointer],6,"\t%u m",pGasLine[gasId].depth_meter); 681
682 } 682 }
683 GFX_write_string(&FontT42, &t9cY0free, text, gasId); 683 GFX_write_string(&FontT42, &t9cY0free, text, gasId);
684 } 684 }
685 break; 685 break;
686 case CVIEW_EADTime: 686 case CVIEW_EADTime: