Great work on this! I especially appreciate the use of the limited-input device flow, after seeing many device projects that use flows intended for servers :)<p>> Support & configuration for time zones<p>Are you referring to this? [0] Might be out of scope, but from experience, there are some date/time conversions that will require the TZ name (e.g., "Europe/London") to avoid needing to know whether to use the offset value or DST offset value. Could be worth including the canonical names [1] in a future revision.<p>Again, awesome work, and it's pushing me to try an E-Ink project of my own!<p>[0] <a href="https://github.com/tikurahul/Inkplate-6-micropython/blob/master/utils.py#L88" rel="nofollow">https://github.com/tikurahul/Inkplate-6-micropython/blob/mas...</a><p>[1] <a href="https://en.wikipedia.org/wiki/List_of_tz_database_time_zones" rel="nofollow">https://en.wikipedia.org/wiki/List_of_tz_database_time_zones</a>
Great work! I had been thinking about buying an Inkplate but as a hobby project I had wanted to focus my limited time on the application vs all of the glue (UI, Oauth, etc.). This might be the nudge to move me along. Thanks!