-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
Environment
- Hardware: ATOM S3 Lite
- Library: M5Unified latest version (as of YYYY/MM/DD)
- Development: Arduino IDE / UIFlow
Issue Summary
Using the M5.Led API on the ATOM S3 Lite causes a compilation error. In UIFlow, the LED control block exists but the LED does not respond.
Steps to Reproduce
- Include the following code in a sample sketch:
M5.Led.setRGB(255,0,0);
- Compile the sketch. The following error occurs:
class m5::M5Unified' has no member named 'Led
- In UIFlow, placing the LED control block has no effect.
Additional Information
-
The G35 LED on AtomS3 Lite works correctly when controlled directly via NeoPixel.
-
M5.Led exists and works on AtomS3 (with LCD) and AtomS3 Pro, suggesting this is specific to the Lite version.
Expected Behavior
M5.Led API or the UIFlow LED block should properly control the LED on AtomS3 Lite.
Metadata
Metadata
Assignees
Labels
No labels