Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. ddv2005
    3. Posts
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Groups 0

    Posts made by ddv2005

    • RE: t-beam 1.1 ACP192 power off?
      int AXP20X_Class::shutdown()
      {
          uint8_t val;
          if (!_init)
              return AXP_NOT_INIT;
          _readByte(AXP202_OFF_CTL, 1, &val);
          val |= (1 << 7);
          _writeByte(AXP202_OFF_CTL, 1, &val);
          return AXP_PASS;
      }
      
      posted in Technical Discussion
      D
      ddv2005
    • T-Beam-S3-Core drawings

      Hello,

      I wanna build own baseboard for T-Beam-S3-Core but I can't find drawings to place connectors. Could anybody help me?

      Best Regards,
      Dmitry

      posted in Technical Discussion
      D
      ddv2005