Hi @klinquist!
Dan here. I'm still happily using my fork of your code for my altimeter.
I saw some recent changes to your repo and was wondering if it would be worth integrating them into my code. I see changes around sunrise/sunset calculations? This is a particular thing that bothers me about my current altimeter: it doesn't seem to dim the display early enough after sunset. I chalked it up to it storing numbers as 8-bit, which wasn't precise enough for the Sunrise library. It looks like you might have swapped that out for a Suncalc library? Did that help?
Dan
Hi @klinquist!
Dan here. I'm still happily using my fork of your code for my altimeter.
I saw some recent changes to your repo and was wondering if it would be worth integrating them into my code. I see changes around sunrise/sunset calculations? This is a particular thing that bothers me about my current altimeter: it doesn't seem to dim the display early enough after sunset. I chalked it up to it storing numbers as 8-bit, which wasn't precise enough for the
Sunriselibrary. It looks like you might have swapped that out for aSuncalclibrary? Did that help?Dan