Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. abdnatsheh
    3. Best
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 10
    • Best 3
    • Groups 0

    Best posts made by abdnatsheh

    • RE: T-watch s3 2020 codes ?

      they added it two days ago its here https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library/tree/t-watch-s3

      posted in Build environment
      A
      abdnatsheh
    • RE: t-deck Battery Indicator

      thanks for your reply !

      posted in Technical Discussion
      A
      abdnatsheh
    • RE: T-DECK very low sound from speaker

      i solved after i added these under void setup() :
      pinMode(BOARD_POWERON, OUTPUT);
      digitalWrite(BOARD_POWERON, HIGH);

      then continue the same code

      posted in Build environment
      A
      abdnatsheh