T-Display-S3-AMOLED
-
Hi there!
I am a beginner, so do not criticize too much. Got a new board. Tried to set clock from here -
https://github.com/MakersFunDuck/T-Display-S3-flip-clock-Constantly saw an error with "TouchLib.h"
I didn’t find the reason, and it’s not entirely clear why the touch library is needed if the device does not support.
Later, I accidentally filled in an empty file, now there are no inscriptions on the screen (But the device is visible in the program.
- How to return to the original state? Is there a hard reset?
- Why didn't the clock start?
Thanks for your help
-
@ark said in T-Display-S3-AMOLED:
Hi there!
I am a beginner, so do not criticize too much. Got a new board. Tried to set clock from here -
https://github.com/MakersFunDuck/T-Display-S3-flip-clock-Constantly saw an error with "TouchLib.h"
I didn’t find the reason, and it’s not entirely clear why the touch library is needed if the device does not support.
Later, I accidentally filled in an empty file, now there are no inscriptions on the screen (But the device is visible in the program.
- How to return to the original state? Is there a hard reset?
- Why didn't the clock start?
Thanks for your help
Addition info - after execute I all time see next - Hard resetting via RTS pin...
-
@ark said in T-Display-S3-AMOLED:
@ark said in T-Display-S3-AMOLED:
Hi there!
I am a beginner, so do not criticize too much. Got a new board. Tried to set clock from here -
https://github.com/MakersFunDuck/T-Display-S3-flip-clock-Constantly saw an error with "TouchLib.h"
I didn’t find the reason, and it’s not entirely clear why the touch library is needed if the device does not support.
Later, I accidentally filled in an empty file, now there are no inscriptions on the screen (But the device is visible in the program.
- How to return to the original state? Is there a hard reset?
- Why didn't the clock start?
Thanks for your help
Addition info - after execute I all time see next - Hard resetting via RTS pin...
Alas, I see that I am having a dialogue with myself. But from the latter, I found that the software signed up for the board - I see it in the router and it responds(ping). And the screen is black and nothing is displayed ... So far I can not understand what is the reason ....
-
@ark This is a “community” selfserve site and I’m pretty much “it”.
But I do not have a LilyGO T-Display S3-AMOLED to try out your issue, sorry.
There is an older much more common LilyGO T-Display S3 with an LCD.
Be sure to not load LilyGO T-Display S3 sketches into the LilyGO T-Display S3 AMOLED!
-Terry -
@teastain2 Thanks, but how to return to the original state?
-
@ark HMmm…you can just upload one of the sample sketches at their github repository!
Try that and get back to me with results and we’ll go from there.
I have a generic test program for all devices that outputs activity on the Serial Monitor, as a baseline to test your board and Arduino IDE setup.
Let me know, Terry. -
@teastain2
Thanks for the feedback. Perhaps I went the wrong way from the start. If possible, a little more info. https://github.com/Xinyuan-LilyGO/T-Display-S3-AMOLED - official source with files and description. What files and how should I use? -
@teastain2 said in T-Display-S3-AMOLED:
Try that and get back to me with results and we’ll go from there.
I have a generic test program for all devices that outputs activity on the Serial Monitor, as a baseline to test your board and Arduino IDE setup.
Let me know, Terry.Hello! To suffer for a long time - and everything will work out. I downloaded the EXAMPLES folder from the official GitHub page...And only one of the three sketches was uploaded ... Yes, the display is worked, but now it’s not entirely clear why something doesn’t start from the very beginning ((After all, it was an official source.
-
@ark having found the official repository you should read the readme file for instructions and be sure to copy libraries exactly as they say, this cannot be stressed enough. You should use these files to overwrite your Arduino IDE libraries with these and do not do a library update until you get most of the examples running.
It is challenging to gest all the examples running, but worth the learning curve!
-Terry
P.s. I have ordered a LilyGO T-Display S3 AMOLED from LilyGO (to better support the board, in the way I did the LilyGO T-Display S3 !) -
@teastain2 Oh, that's great! Thanks for support!