Mercurial > public > ostc4
comparison Discovery/Src/show_logbook.c @ 115:3834b6272ee5 FlipDisplay
Merge with 68181cd61f2069d061621c2cd2a6afddb7486f5e
author | Ideenmodellierer |
---|---|
date | Thu, 03 Jan 2019 19:59:36 +0100 |
parents | cc8e24374b83 4276d56eb37c |
children | 097d7146b779 |
comparison
equal
deleted
inserted
replaced
114:79b19d56ab08 | 115:3834b6272ee5 |
---|---|
646 | 646 |
647 // Surface Pressure | 647 // Surface Pressure |
648 // snprintf(text,20,"\001%i\016\016 mbar",logbookHeader.surfacePressure_mbar); | 648 // snprintf(text,20,"\001%i\016\016 mbar",logbookHeader.surfacePressure_mbar); |
649 // Gfx_write_label_var(hgfx,300,500,750, &FontT42,CLUT_GasSensor1,text); | 649 // Gfx_write_label_var(hgfx,300,500,750, &FontT42,CLUT_GasSensor1,text); |
650 // snprintf(text,40,"%i\016\016 mbar\017 (%i\016\016 m\017)",logbookHeader.surfacePressure_mbar, unit_SeaLevelRelation_integer(logbookHeader.surfacePressure_mbar)); | 650 // snprintf(text,40,"%i\016\016 mbar\017 (%i\016\016 m\017)",logbookHeader.surfacePressure_mbar, unit_SeaLevelRelation_integer(logbookHeader.surfacePressure_mbar)); |
651 snprintf(text,40,"%i\016\016 mbar\017",logbookHeader.surfacePressure_mbar); | 651 snprintf(text,40,"%i\016\016 hPa\017",logbookHeader.surfacePressure_mbar); |
652 Gfx_write_label_var(hgfx,320,600,750, &FontT42,CLUT_GasSensor1,text); | 652 Gfx_write_label_var(hgfx,320,600,750, &FontT42,CLUT_GasSensor1,text); |
653 | 653 |
654 | 654 |
655 //--- print coordinate system & depth graph with gaschanges --- | 655 //--- print coordinate system & depth graph with gaschanges --- |
656 wintemp.left = 330; | 656 wintemp.left = 330; |