🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    Dial Documentation

    Modules
    3
    4
    1.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • E
      etiennedursel
      last edited by

      Hello I am new to this, I struggle to find documentation. For instance in the example there is code like #include "M5Dial.h"
      M5Canvas img(&M5Dial.Display);

      void setup() {
      auto cfg = M5.config();
      M5Dial.begin(cfg, true, true);
      M5Dial.Rtc.setDateTime( { { 2023, 10, 25 }, { 15, 56, 56 } } );
      M5Dial.Display.setBrightness(24);
      img.createSprite(240,240);
      img.setTextDatum(5);
      delay(200);
      }

      I can guess and see what is does but where do I find de documentation of the methods and the arguments of for example M5Dial.rtc. the meaning of the arguments of img.createSprite. Reconstructing the documentation by scouting all the examples is a tedious process, is there a better way? Thanks Etienne

      ajb2k3A 1 Reply Last reply Reply Quote 0
      • ajb2k3A
        ajb2k3 @etiennedursel
        last edited by

        @etiennedursel sorry, I haven’t written them yet as been busy on the coreS3 docs and creating project template for UIflow2

        UIFlow, so easy an adult can learn it!
        If I don't know it, be patient!
        I've ether not learned it or am too drunk to remember it!
        Author of the WIP UIFlow Handbook!
        M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

        teastainT 1 Reply Last reply Reply Quote 0
        • teastainT
          teastain @ajb2k3
          last edited by

          @ajb2k3 I see that the link to the M5Stack api in-depth technical pages:
          https://docs.m5stack.com/en/api/
          is now not available for ANY M5Stack products, it automatically re-directs to the docs pages:
          https://docs.m5stack.com/en/products
          Which is less technical.
          Why did they DO this?
          The API pages were invaluable.
          You can sneak in through:
          https://docs.m5stack.com/en/api/core/system to see the Core system, and navigate around inside and see all of the older products, but no S3 based products, certainly no Dial or Cardputer.
          What gives?

          Cheers, Terry!

          100% M5Stack addict with several drawers full of product!

          ajb2k3A 1 Reply Last reply Reply Quote 0
          • ajb2k3A
            ajb2k3 @teastain
            last edited by

            @teastain I don't have the slightest idea.
            All I know is that the S3 / ESP-IDF api's are still in flux.

            UIFlow, so easy an adult can learn it!
            If I don't know it, be patient!
            I've ether not learned it or am too drunk to remember it!
            Author of the WIP UIFlow Handbook!
            M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

            1 Reply Last reply Reply Quote 0
            • First post
              Last post