Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. dawncold
    D
    • Continue chat with dawncold
    • Start new chat with dawncold
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    dawncold

    @dawncold

    1
    Reputation
    4
    Posts
    95
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    dawncold Follow

    Posts made by dawncold

    • Could you provide UIFlow release notes?

      Could you provide UIFlow release notes?

      posted in Anouncements
      D
      dawncold
    • [Solution] connect 2 RGB unit
      import unit
      
      rgb3 = unit.get(unit.RGB, unit.PORTA)
      
      # set 1-3 rgb in first RGB unit
      rgb3.setColor(1, 0xffffff)
      rgb3.setColor(2, 0xffffff)
      rgb3.setColor(3, 0xffffff)
      
      # set 4-6 rgb in second RGB unit
      rgb3.setColor(4, 0xffffff)
      rgb3.setColor(5, 0xffffff)
      rgb3.setColor(6, 0xffffff)
      
      # if you have three or more RGB unit, 
      # you can use 7, 8, 9 as the number
      

      0_1676981825053_PXL_20230221_121526074.jpg

      posted in Atom
      D
      dawncold
    • Incorrect link for micropython document

      0_1676087644736_486ebe6a-14a0-453c-85d3-32ded6d9de7d-image.png

      after I click

      0_1676087681259_5a97dbae-99a1-4126-9a5d-596462bad701-image.png

      posted in General
      D
      dawncold
    • Does anybody try to convert Atom S3 as a keyboard?

      I found somebody want the usb-hid support, and esp32 does not support well for usb-hid, but esp32-s3 should support that native, is there any document for usb-hid?

      posted in Atom
      D
      dawncold