lmirel / MorphingClockRemix

a remix on the work of HarryFun's MorphingClock
https://www.instructables.com/id/Morphing-Digital-Clock/
78 stars 29 forks source link

hPa to mmHg #21

Open Frystail opened 5 years ago

Frystail commented 5 years ago

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?

TUWWHw8qXNU `

lmirel commented 5 years ago

:-)= comment out line 1392: //#define SHOW_SOME_LOVE

Frystail commented 5 years ago

Well then your beautiful inscription will not be displayed. And I wanted her to stay.

lmirel commented 5 years ago

you can try the fix from here https://github.com/kolle86/MorphingClockRemixRemix/commit/02114fd91a0afc626af61126997666038b60d404

Frystail commented 5 years ago

Need to change the lines in the original firmware from the link you gave?

Frystail commented 5 years ago

you can try the fix from here kolle86@02114fd

Thanks, I'll try.