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

    TouchButton awol?

    Scheduled Pinned Locked Moved Core 2
    3 Posts 3 Posters 2.7k Views
    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.
    • B Offline
      brianteeman
      last edited by

      Trying to write my first arduino code using Touch.

      The API docs give several examples but none of them work. Using the code in the very first example for TouchEventStructures https://docs.m5stack.com/en/api/core2/touch

      Errors include

      • 5:1: error: 'TouchButton' does not name a type; did you mean 'Button'?
        TouchButton rt = TouchButton(160, 0, 160, 120, "right-top");

      • 9:19: error: variable or field 'eventDisplay' declared void
        void eventDisplay(TouchEvent& e) {

      • 9:19: error: 'TouchEvent' was not declared in this scope

      Using

      • Arduino IDE 2.0.3

      • M5Core2 0.1.5

      • Windows 11

      1 Reply Last reply Reply Quote 0
      • felmueF Offline
        felmue
        last edited by

        Hello @brianteeman

        the documentation is probably not fully up-to-date.

        Maybe checkout the description here.

        Also have a look at this example.

        Thanks
        Felix

        GPIO translation table M5Stack / M5Core2
        Information about various M5Stack products.
        Code examples

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

          Have you got all the libraries imported?
          5.1 and 9.19 mean that they haven't been defined or the libraries not imported or that you are compiling for the wrong device.

          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

          Hello! It looks like you're interested in this conversation, but you don't have an account yet.

          Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

          With your input, this post could be even better 💗

          Register Login
          • First post
            Last post