Navigation

    LILYGO

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

    Best posts made by h5n1xp

    • RE: T-Display S3: 8MB PSRAM

      Found that the arduinoexpressif32 framework has some psram functions builtin:

      if psramFound() == true, then you can call ps_malloc(), ps_calloc(), and ps_realloc()... but apparently no ps_free(), ps_size(), or ps_avail()

      So it's possible and quite easy to allocate the psram of the T-Display S3, but annoyingly not find out how much there is, or to be able to free it if you don't need it anymore.

      posted in Technical Discussion
      H
      h5n1xp