Source for T4 S3 demo
-
I received my lilygo t4 s3 and the factory installed demo is nicely done. When I pulled the Liligo github repo and did the python setup for the T4 S3 board, it didn't look like the factory installed demo source code was available. I am able to build the LVGL examples (after doing an idf.py menuconfig and selecting the LVGL variants), but I cannot find the source for the original T4 S3 demo as installed at the factory.
Can someone point me to the source for that factory installed demo code?
Thank you.
-
@esawdust The pre-compiled (from C, C++) version is here:
https://github.com/Xinyuan-LilyGO/LilyGo-AMOLED-Series/tree/master/firmware
Pre compiledAnd the C, C++ source code is here:
https://github.com/Xinyuan-LilyGO/LilyGo-AMOLED-Series/tree/master/examples/Factory -
@teastain2 Thank you very much! I'll check it out. I appreciate it.