Mercurial > public > ostc4
comparison Discovery/Src/show_logbook.c @ 102:4276d56eb37c kittz
hPa instead of mbar, enabled Spanish language
author | heinrichsweikamp |
---|---|
date | Tue, 27 Nov 2018 18:31:21 +0100 |
parents | 5f11787b4f42 |
children | 3834b6272ee5 |
comparison
equal
deleted
inserted
replaced
101:83feba2ad1c3 | 102:4276d56eb37c |
---|---|
624 | 624 |
625 // Surface Pressure | 625 // Surface Pressure |
626 // snprintf(text,20,"\001%i\016\016 mbar",logbookHeader.surfacePressure_mbar); | 626 // snprintf(text,20,"\001%i\016\016 mbar",logbookHeader.surfacePressure_mbar); |
627 // Gfx_write_label_var(hgfx,300,500,750, &FontT42,CLUT_GasSensor1,text); | 627 // Gfx_write_label_var(hgfx,300,500,750, &FontT42,CLUT_GasSensor1,text); |
628 // snprintf(text,40,"%i\016\016 mbar\017 (%i\016\016 m\017)",logbookHeader.surfacePressure_mbar, unit_SeaLevelRelation_integer(logbookHeader.surfacePressure_mbar)); | 628 // snprintf(text,40,"%i\016\016 mbar\017 (%i\016\016 m\017)",logbookHeader.surfacePressure_mbar, unit_SeaLevelRelation_integer(logbookHeader.surfacePressure_mbar)); |
629 snprintf(text,40,"%i\016\016 mbar\017",logbookHeader.surfacePressure_mbar); | 629 snprintf(text,40,"%i\016\016 hPa\017",logbookHeader.surfacePressure_mbar); |
630 Gfx_write_label_var(hgfx,320,600,750, &FontT42,CLUT_GasSensor1,text); | 630 Gfx_write_label_var(hgfx,320,600,750, &FontT42,CLUT_GasSensor1,text); |
631 | 631 |
632 | 632 |
633 //--- print coordinate system & depth graph with gaschanges --- | 633 //--- print coordinate system & depth graph with gaschanges --- |
634 wintemp.left = 330; | 634 wintemp.left = 330; |