Skip to content

ATOM S3 Lite: M5.Led API not available / UIFlow LED control not working #178

@YoshihiroSato

Description

@YoshihiroSato

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

  1. Include the following code in a sample sketch:
    M5.Led.setRGB(255,0,0);
  2. Compile the sketch. The following error occurs:
    class m5::M5Unified' has no member named 'Led
  3. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions