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

    TouchZone compilation error 'does not namw a type' ??

    Core 2
    2
    3
    2.6k
    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.
    • Marelli7M
      Marelli7
      last edited by

      Why does the example code below giving me this "Compilation error: 'TouchZone' does not name a type; did you mean 'TouchPoint'?"

      M5Touch.h and .cpp both present in M5Core2/src folder, but doesn't contain the word TouchZone.

      0_1664121684170_code.jpg

      I'm trying to create a single digit up/down with up/down swipe gesture (like setting a timer on the Iphone)

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

        Hello @Marelli7

        looks like TouchZone has been renamed into Zone.

        BTW: you can embed code with three ``` on a new line before and after the code. Makes it easier for others to copy your code than having to retype it from a picture.

        Zone topHalf(0, 0, 320, 120);
        

        Thanks
        Felix

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

        1 Reply Last reply Reply Quote 0
        • Marelli7M
          Marelli7
          last edited by

          @felmue, thanks, also for the ```-tip!!

          After years of programming the ESP32 it takes a lot of time to get familair with the Core2 specifics

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