MorphingClockRemix
MorphingClockRemix copied to clipboard
hPa to mmHg
Imirel? Hello. I asked you how to make the pressure displayed in millimeters of mercury. I solved this problem. I replaced lines 798 of the MorphingClockRemix-no-wm firmware with this one: lstr = String (int (presM * 0.750064)); Everything is working. But there was another problem. Since the pressure in hPa is four-digit, and millimeters of mercury are three-digit, at the beginning of each hour, when the inscription appears on top: LOVE YOU BOO, after it is closed, the letter “O” is not canceled next to the pressure numbers in millimeters of mercury. Only restarting the clock helps. But until the next inscription. How to fix it?
`
:-)= comment out line 1392: //#define SHOW_SOME_LOVE
Well then your beautiful inscription will not be displayed. And I wanted her to stay.
you can try the fix from here https://github.com/kolle86/MorphingClockRemixRemix/commit/02114fd91a0afc626af61126997666038b60d404
Need to change the lines in the original firmware from the link you gave?
you can try the fix from here kolle86@02114fd
Thanks, I'll try.