Actions
Feature #1222
closedPush demo build to Xiao32C3 and verify display is working.
Start date:
31 Aug 2025
Due date:
% Done:
100%
Estimated time:
Severity:
01 - Critical
Description
The Xephyr project (code named sswatch) is ready for testing.
The C3 has pins added and has been inserted into the display.
Build (hw and sw) is ready for initial testing.
Verify that the watch displays the example clock face.
See
Updated by Hammel about 1 month ago
- Status changed from New to Closed
- % Done changed from 0 to 100
The code works as long as you allow the ESP32-C3 to connect to your local wifi AP. I've enabled this by requiring environment variables to be set before the build is started. The variables are GMT (in seconds, positive and negative), SSID and PW.
Also, the ESP32-C3 only works with wifi if he antenna is connected. Without it I was not able to connect to the AP.
With these set, the TFT_clock code works perfectly.
Code committed and pushed.
Closing issue.
Actions