-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Err for dayOfWeek with Lilygo Skin #34
Comments
Fixed. When I change the code on my development machine, it helps if I upload the changes to github. |
I use it, also noticed the err, but didn't know it was for the day of the week :) |
Thanks a lot for the fix. Working now. Lilygo watch face is the primary reason I bought the watch and installed your code. Although I did customize it. Thanks |
What customizations have you done? Are they worth putting back in the code?
Bill Dudley
This email is free of malware because I run Linux.
…On Thu, Feb 11, 2021 at 1:57 AM surshis ***@***.***> wrote:
Thanks a lot for the fix. Working now. Lilygo watch face is the primary
reason I bought the watch and installed your code. Although I did customize
it. Thanks
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI4VYUZM2IXNRDIS7LPF3OTS6N5XLANCNFSM4XMMZNHQ>
.
|
Its not much. Just changed some stuff on the lilygo watch face only. Moved text, changed background to black and removed stuff to have less crowded look. Nothing technical. Still learning the programming. I do have a question if you don't mind. I turned off wakeup on motion to save battery but the tap to wakeup has stopped working. Can I change the sensitivity of Wakeup on motion somewhere to only wakeup with a hard shake? Thanks |
I don't know if the sensitivity of wake on motion can be altered. The
source code for the "drivers" for
the peripherals (touch, motion) is included when you download ESP32
support, so you can poke around
in there and figure it out. That's how I figured out that gestures are
handled in user code; the touch
sensor says it recognizes gestures, but the chip maker never bothered to
implement the feature.
You can always make your "new" watch face a fifth choice in the skin select.
Bill Dudley
This email is free of malware because I run Linux.
…On Fri, Feb 12, 2021 at 1:34 AM surshis ***@***.***> wrote:
Its not much. Just changed some stuff on the lilygo watch face only. Moved
text, changed background to black and removed stuff to have less crowded
look. Nothing technical. Still learning the programming. I do have a
question if you don't mind. I turned off wakeup on motion to save battery
but the tap to wakeup has stopped working. Can I change the sensitivity of
Wakeup on motion somewhere to only wakeup with a hard shake? Thanks
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#34 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AI4VYUY6GXNAWFI2VZN6YMDS6TDZDANCNFSM4XMMZNHQ>
.
|
Thanks for the hard work, the code works fantastic, watch looks good. Only issue I am having is for the Day of week in the Lilygo skin, it shows Err everyday. Cannot get the day of week showing correctly. Date, month, year shows correctly. Cannot find the issue, thanks.
The text was updated successfully, but these errors were encountered: