Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Morne
    3. Posts
    M
    • Continue chat with Morne
    • Start new chat with Morne
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Posts made by Morne

    • RE: M5Stack Paper I2C Doesn't work

      @Koiru I have not found a solution but I have found a workaround.

      The culprit creating the constant reboots are the touchscreen, if I call the begin function without enabling the touchscreen I can get the unit to work instead of doing constant reboots.

      To initialize the unit without touchscreen, use the following arguments:

      M5.begin(false, true, true, true, true);
      posted in Cores
      M
      Morne