-
Notifications
You must be signed in to change notification settings - Fork 224
Using without ILI9341, but without touch - permanently switching between 12/24 hour #84
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
Comments
You've got a non-standard display and so the code is not supported for your configuration. You would need to disable all function calls associated with the touch-panel and would require a considerable amount of work. You could try searching other forums to see if someone has produced a version without the touch panel. Or you could check out line 37 in Settings.h Maybe change that to DONOT_HAVE_TOUCHPAD :0 |
Thanks for your reply. |
Comment lines 216 to 224 and after the problem. |
Attached is the adjusted code that is working. The 12-24 issue is gone. |
I had a brief look at the diff (would be easier if this were in a PR) and two things look...let's say interesing: line ~186 (yes, it does compile)
line ~220, this is effectively a no-op
|
thank you i'll try :) |
Hi, thanks in advance |
With a chinese ILI9341 display the touch pad is not working too, i use
to prevent the usage of the touch pad on the source code, for example :
I also simply replace the touch pad functionnality with a push on D3 (with the internal pull-up resistor) and always use 24H hour style. |
Hi Schawen! |
You're showing this error: exit status 1 |
Hi TinemChou, could you kindly explain a little more detail how you did or, post your sketch here and also how you connected the Push Button on the D3 pin? I could not understand correctly; thank you |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hey,
I connected Wemos D1 min Pro to ILI9341 LCD without touch IC.
Problem:
The display permanently switches ( two times per sec ) between 12 hour and 24 hour time display.
The forecast also gets updated in the same interval.
Is that behaviour a result of the missing touch ic on the back of the display board?
How can I avoid this behaviour?
Hope somebody can help ...
The text was updated successfully, but these errors were encountered: